João Barbosa
|
80b4910f7d
|
wallet: Use shared pointer to retain wallet instance
|
2018-05-22 16:56:20 +01:00 |
|
James O'Beirne
|
c5b277033a
|
Add purpose arg to Wallet::getAddress
Also make all arguments to getAddress required and document args at call sites.
|
2018-04-25 13:08:53 -04:00 |
|
MarcoFalke
|
fac0db0ff8
|
wallet: Make fee settings non-static members
|
2018-04-23 10:49:21 -04:00 |
|
João Barbosa
|
defffb3587
|
trivial: Improve include comment in src/interfaces/wallet.h
|
2018-04-19 14:30:07 +01:00 |
|
Andrew Chow
|
69b01e6f8b
|
Add cancel button to rescan progress dialog
Adds a cancel button to the rescan progress dialog. When it is clicked,
AbortRescan is called to abort a rescan
|
2018-04-12 17:00:30 -04:00 |
|
Russell Yanofsky
|
17780d6f35
|
scripted-diff: Avoid interface keyword to fix windows gitian build
Rename `interface` to `interfaces`
Build failure reported by Chun Kuan Lee <ken2812221@gmail.com>
https://github.com/bitcoin/bitcoin/pull/10244#issuecomment-379434756
-BEGIN VERIFY SCRIPT-
git mv src/interface src/interfaces
ren() { git grep -l "$1" | xargs sed -i "s,$1,$2,g"; }
ren interface/ interfaces/
ren interface:: interfaces::
ren BITCOIN_INTERFACE_ BITCOIN_INTERFACES_
ren "namespace interface" "namespace interfaces"
-END VERIFY SCRIPT-
|
2018-04-07 03:42:02 -04:00 |
|