aboutsummaryrefslogtreecommitdiff
path: root/src/test/util/wallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-1/+1
| | | | | | | | | | | Squash-merged on request. * Dogecoin address prefixes * Use "doge" for BECH32 addresses * Switch Bitcoin references to Dogecoin in Travis * Update addresses in dogecoin-tx tests * Use "doge" for BECH32 addresses * Remove functional tests which do not apply to Dogecoin (backwards compatibility tests do not have suitable clients to test against)
* Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow2020-01-231-2/+1
| | | | This commit only affects locking behavior and doesn't have other changes.
* [test] move wallet helper functions into test libraryMartin Zumsande2019-11-251-0/+40