| 47 | seria_kv("top_block_height", top_block_height, s); |
| 48 | } |
| 49 | api::ErrorHash::ErrorHash(int c, const std::string &msg, const Hash &hash) |
| 50 | : json_rpc::Error(c, msg + " request_hash=" + common::pod_to_hex(hash)), hash(hash) {} |
| 51 | void api::ErrorHash::seria_data_members(seria::ISeria &s) { seria_kv("hash", hash, s); } |
| 52 | |
| 53 | api::cnd::CheckSendproof::Error::Error(int c, const std::string &msg, const Hash &transaction_hash) |
nothing calls this directly
no test coverage detected