mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-04-25 22:54:45 +00:00
Make arrays optional in light_wallet_server api
This commit is contained in:
parent
83b71d3f5a
commit
ea893c8bee
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ namespace lws
|
|||
WIRE_FIELD_COPY(start_height),
|
||||
WIRE_FIELD_COPY(transaction_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)))
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue