Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky | |
2021-11-09 | Remove `gArgs` from `wallet.h` and `wallet.cpp` | Kiminuo | |
Co-authored-by: Russell Yanofsky <russ@yanofsky.org> | |||
2021-06-12 | wallet test refactor: add CreateSyncedWallet function | Russell Yanofsky | |
No change in behavior. This just moves some code from the ListCoins test setup to a reusable util function, so it can be reused in a new test in the next commit. |