Merge pull request #4263
5ed6669
wallet_rpc_server: remove unused amount_keys field in transfer RPC (moneromooo-monero)
This commit is contained in:
commit
085b6ba98e
|
@ -445,7 +445,6 @@ namespace wallet_rpc
|
|||
{
|
||||
std::string tx_hash;
|
||||
std::string tx_key;
|
||||
std::list<std::string> amount_keys;
|
||||
uint64_t amount;
|
||||
uint64_t fee;
|
||||
std::string tx_blob;
|
||||
|
@ -456,7 +455,6 @@ namespace wallet_rpc
|
|||
BEGIN_KV_SERIALIZE_MAP()
|
||||
KV_SERIALIZE(tx_hash)
|
||||
KV_SERIALIZE(tx_key)
|
||||
KV_SERIALIZE(amount_keys)
|
||||
KV_SERIALIZE(amount)
|
||||
KV_SERIALIZE(fee)
|
||||
KV_SERIALIZE(tx_blob)
|
||||
|
|
Loading…
Reference in New Issue