mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Switch list to vector for RPC serialization
This commit is contained in:
parent
034a1a865e
commit
efad8c9f31
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ namespace cryptonote
|
|||
{
|
||||
struct request
|
||||
{
|
||||
std::list<uint64_t> amounts;
|
||||
std::vector<uint64_t> amounts;
|
||||
uint64_t outs_count;
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
KV_SERIALIZE(amounts)
|
||||
|
|
Loading…
Reference in a new issue