Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
FIx get_account serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemaster authored Jun 9, 2018
1 parent 26ec83d commit 843ed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/chain_plugin/chain_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ read_only::get_account_results read_only::get_account( const get_account_params&
if ( it != idx.end() ) {
vector<char> data;
copy_inline_row(*it, data);
result.self_delegated_bandwidth = abis.binary_to_variant( "self_delegated_bandwidth", data );
result.self_delegated_bandwidth = abis.binary_to_variant( "delegated_bandwidth", data );
}
}

Expand Down

0 comments on commit 843ed64

Please sign in to comment.