Matt Corallo
beef7ec4be
Remove useless mapRequest tracking that just effects Qt display.
...
I thought we had removed this a long time ago, TBH, its really
confusing feedback to users that we display whether a tx was
broadcast to immediate neighbor nodes, given that has little
indication of whether the tx propagated very far.
2018-07-09 20:06:39 -04:00
João Barbosa
0ee77b2077
ui: Support wallets unloaded dynamically
2018-06-18 16:35:29 +01:00
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