lbrycrd/src/wallet
practicalswift efc2e3302d [trivial] Fix three recently introduced typos
```
$ git blame src/policy/fees.cpp | grep becuase
3810e976 (2017-03-07 11:33:44 -0500 789)          * checks for 2*target becuase we are taking the max over all time
$ git blame src/policy/fees.h | grep successfullly
2d2e1705 (2017-04-12 12:29:03 -0400  54)  * representing that a tx was successfullly confirmed in less than or equal to
$ git blame src/wallet/feebumper.cpp | grep "hasen't"
a3878374 (2017-05-11 09:34:39 +0200 258)     // make sure the transaction still has no descendants and hasen't been mined in the meantime
```
2017-05-23 13:22:40 +02:00
..
test wallet: Introduce database handle wrapper 2017-04-20 17:15:30 +02:00
coincontrol.h remove minimum total fee option 2017-05-11 22:28:46 -04:00
crypter.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
crypter.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
db.cpp Remove unused C++ code not covered by unit tests 2017-04-26 21:20:02 +02:00
db.h [wallet] Securely erase potentially sensitive keys/values 2017-05-03 11:35:51 -07:00
feebumper.cpp [trivial] Fix three recently introduced typos 2017-05-23 13:22:40 +02:00
feebumper.h Make sure we re-check the conditions of a feebump during commit 2017-05-11 15:27:06 +02:00
rpcdump.cpp Merge #10208: [wallet] Rescan abortability 2017-04-18 08:05:24 +02:00
rpcwallet.cpp Merge #10413: Fix docs (there's no rpc command setpaytxfee) 2017-05-17 10:46:24 +02:00
rpcwallet.h Move wallet RPC declarations to rpcwallet.h 2017-02-27 20:45:18 +00:00
wallet.cpp Merge #10390: [wallet] remove minimum total fee option 2017-05-22 20:01:20 +02:00
wallet.h Add query options to listunspent rpc call 2017-05-17 08:37:34 +02:00
walletdb.cpp Merge #8329: Consensus: MOVEONLY: Move functions for tx verification 2017-05-18 21:01:49 +02:00
walletdb.h wallet: Add comment describing the various classes in walletdb.h 2017-04-21 16:04:26 +02:00