MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / loadReceiveRequests

Method loadReceiveRequests

src/qt/walletmodel.cpp:484–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484void WalletModel::loadReceiveRequests(std::vector<std::string>& vReceiveRequests)
485{
486 vReceiveRequests = m_wallet->getDestValues("rr"); // receive request
487}
488
489bool WalletModel::saveReceiveRequest(const std::string &sAddress, const int64_t nId, const std::string &sRequest)
490{

Callers 1

Calls 1

getDestValuesMethod · 0.80

Tested by

no test coverage detected