mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
Make arrays optional in light_wallet_server api (#95)
This commit is contained in:
committed by
Lee *!* Clagett
parent
351ccaa872
commit
ffdd8da2a9
@@ -273,7 +273,7 @@ namespace lws
|
|||||||
WIRE_FIELD_COPY(start_height),
|
WIRE_FIELD_COPY(start_height),
|
||||||
WIRE_FIELD_COPY(transaction_height),
|
WIRE_FIELD_COPY(transaction_height),
|
||||||
WIRE_FIELD_COPY(blockchain_height),
|
WIRE_FIELD_COPY(blockchain_height),
|
||||||
wire::field("transactions", wire::array(boost::adaptors::index(self.transactions)))
|
wire::optional_field("transactions", wire::array(boost::adaptors::index(self.transactions)))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user