MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / SetAddressReceiveRequest

Method SetAddressReceiveRequest

src/wallet/wallet.cpp:2912–2917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2910}
2911
2912bool CWallet::SetAddressReceiveRequest(WalletBatch& batch, const CTxDestination& dest, const std::string& id, const std::string& value)
2913{
2914 if (!batch.WriteAddressReceiveRequest(dest, id, value)) return false;
2915 m_address_book[dest].receive_requests[id] = value;
2916 return true;
2917}
2918
2919bool CWallet::EraseAddressReceiveRequest(WalletBatch& batch, const CTxDestination& dest, const std::string& id)
2920{

Callers 2

BOOST_FIXTURE_TEST_CASEFunction · 0.80

Calls 1

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.64