mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
fix account_channels resp
This commit is contained in:
committed by
Richard Holland
parent
312c10e053
commit
0c1aedfe15
@@ -38,7 +38,7 @@ addChannel(Json::Value& jsonLines, SLE const& line)
|
||||
jDst[jss::channel_id] = to_string(line.key());
|
||||
jDst[jss::account] = to_string(line[sfAccount]);
|
||||
jDst[jss::destination_account] = to_string(line[sfDestination]);
|
||||
jDst[jss::amount] = line[sfAmount].getText();
|
||||
line[sfAmount].setJson(jDst[jss::amount]);
|
||||
jDst[jss::balance] = line[sfBalance].getText();
|
||||
if (publicKeyType(line[sfPublicKey]))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user