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

Method ErrorTransactionTooBig

src/rpc_api.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59};
60
61api::walletd::CreateTransaction::ErrorTransactionTooBig::ErrorTransactionTooBig(
62 const std::string &msg, Amount a, Amount a_zero)
63 : json_rpc::Error(TRANSACTION_DOES_NOT_FIT_IN_BLOCK, msg), max_amount(a), max_min_anonymity_amount(a_zero) {}
64
65void api::walletd::CreateTransaction::ErrorTransactionTooBig::seria_data_members(seria::ISeria &s) {
66 seria_kv("max_amount", max_amount, s);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected