mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin
This commit is contained in:
@@ -29,7 +29,7 @@ extern UniValue importmulti(const JSONRPCRequest& request);
|
||||
|
||||
std::vector<std::unique_ptr<CWalletTx>> wtxn;
|
||||
|
||||
typedef std::set<std::pair<const CWalletTx*,unsigned int> > CoinSet;
|
||||
typedef std::set<CInputCoin> CoinSet;
|
||||
|
||||
BOOST_FIXTURE_TEST_SUITE(wallet_tests, WalletTestingSetup)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user