mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-08 22:55:15 -08:00
Fix /submit_raw_tx_response status (currently outputs 'bool') (#162)
This commit is contained in:
committed by
Lee *!* Clagett
parent
95848bd75f
commit
cf407344e1
@@ -275,7 +275,7 @@ namespace rpc
|
||||
struct submit_raw_tx_response
|
||||
{
|
||||
submit_raw_tx_response() = delete;
|
||||
const char* status;
|
||||
std::string status;
|
||||
};
|
||||
void write_bytes(wire::json_writer&, submit_raw_tx_response);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user