aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/context.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove g_rpc_chain globalRussell Yanofsky2020-05-281-0/+8
Replace with RPC request reference to new WalletContext struct similar to the existing NodeContext struct and reference. This PR is a followup to 25ad2c623af30056ffb36dcd203a52edda2b170f https://github.com/bitcoin/bitcoin/pull/18740 removing the g_rpc_node global. Some later PRs will follow this up and move more wallet globals to the WalletContext struct. Co-authored-by: João Barbosa <[email protected]>