lbrycrd/src/wallet
Matt Corallo 6ef86c92e7 Do not un-mark fInMempool on wallet txn if ATMP fails.
Irrespective of the failure reason, un-marking fInMempool
out-of-order is incorrect - it should be unmarked when
TransactionRemovedFromMempool fires.
2017-12-11 10:38:16 -05:00
..
test tests: move pwalletMain to wallet test fixture 2017-11-18 14:16:38 +01:00
coincontrol.h scripted-diff: Replace #include "" with #include <> (ryanofsky) 2017-11-16 08:23:01 +13:00
crypter.cpp scripted-diff: Replace #include "" with #include <> (ryanofsky) 2017-11-16 08:23:01 +13:00
crypter.h scripted-diff: Replace #include "" with #include <> (ryanofsky) 2017-11-16 08:23:01 +13:00
db.cpp Add -walletdir parameter to specify custom wallet dir 2017-11-18 00:50:58 +13:00
db.h Add -walletdir parameter to specify custom wallet dir 2017-11-18 00:50:58 +13:00
feebumper.cpp scripted-diff: Replace #include "" with #include <> (ryanofsky) 2017-11-16 08:23:01 +13:00
feebumper.h [wallet] Change feebumper from class to functions 2017-11-10 17:16:46 -05:00
fees.cpp scripted-diff: Replace #include "" with #include <> (ryanofsky) 2017-11-16 08:23:01 +13:00
fees.h scripted-diff: Replace #include "" with #include <> (ryanofsky) 2017-11-16 08:23:01 +13:00
init.cpp Create walletdir if datadir doesn't exist and fix tests 2017-11-18 00:50:59 +13:00
init.h [trivial] fixup comment for VerifyWallets() 2017-09-07 16:22:11 -07:00
rpcdump.cpp clarify abortrescan rpc use 2017-11-22 14:06:53 -05:00
rpcwallet.cpp Merge #10493: Use range-based for loops (C++11) when looping over map elements 2017-11-30 17:10:05 -05:00
rpcwallet.h [wallet] Add RegisterWalletRPC() function to wallet/init.cpp 2017-09-07 16:21:26 -07:00
wallet.cpp Do not un-mark fInMempool on wallet txn if ATMP fails. 2017-12-11 10:38:16 -05:00
wallet.h scripted-diff: Replace #include "" with #include <> (ryanofsky) 2017-11-16 08:23:01 +13:00
walletdb.cpp Add -walletdir parameter to specify custom wallet dir 2017-11-18 00:50:58 +13:00
walletdb.h Add -walletdir parameter to specify custom wallet dir 2017-11-18 00:50:58 +13:00
walletutil.cpp Default walletdir is wallets/ if it exists 2017-11-18 00:50:59 +13:00
walletutil.h Add -walletdir parameter to specify custom wallet dir 2017-11-18 00:50:58 +13:00