mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-08 22:55:15 -08:00
Fix import_wallet_response status (#175)
This commit is contained in:
committed by
Lee *!* Clagett
parent
28eb0e8fe3
commit
ecf30672fb
@@ -359,7 +359,7 @@ namespace lws
|
||||
{
|
||||
wire::object(dest,
|
||||
WIRE_FIELD_COPY(import_fee),
|
||||
WIRE_FIELD_COPY(status),
|
||||
WIRE_FIELD(status),
|
||||
WIRE_FIELD_COPY(new_request),
|
||||
WIRE_FIELD_COPY(request_fulfilled)
|
||||
);
|
||||
|
||||
@@ -228,7 +228,7 @@ namespace rpc
|
||||
{
|
||||
import_response() = delete;
|
||||
safe_uint64 import_fee;
|
||||
const char* status;
|
||||
std::string status;
|
||||
bool new_request;
|
||||
bool request_fulfilled;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user