MCPcopy Create free account
hub / github.com/bcndev/bytecoin / payment_queue_add

Method payment_queue_add

src/Core/WalletHD.cpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void WalletHDBase::payment_queue_add(const Hash &tid, const BinaryArray &binary_transaction) {
278 m_payment_queue[m_currency.net][tid] = binary_transaction;
279}
280
281void WalletHDBase::payment_queue_remove(const Hash &tid) {
282 auto nit = m_payment_queue.find(m_currency.net);

Callers 1

add_to_payment_queueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected