mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-03 11:58:51 +00:00
Switch list to vector for RPC serialization
This commit is contained in:
parent
034a1a865e
commit
efad8c9f31
@ -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 New Issue
Block a user