Fixed 'account' field for state send subtype in 'account_history' RPC call (#819)
This commit is contained in:
parent
9499c041e4
commit
ef5cfee4bb
1 changed files with 1 additions and 1 deletions
|
@ -1731,7 +1731,7 @@ public:
|
|||
{
|
||||
tree.put ("type", "send");
|
||||
}
|
||||
tree.put ("account", block_a.hashables.account.to_account ());
|
||||
tree.put ("account", block_a.hashables.link.to_account ());
|
||||
tree.put ("amount", (previous_balance - balance).convert_to<std::string> ());
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue