Skip to content

Commit

Permalink
Merge pull request #34 from jchung00/launch-rc-1.0.2
Browse files Browse the repository at this point in the history
cleos fix for get account bug
  • Loading branch information
jchung00 authored Jun 9, 2018
2 parents 22957cb + b16df8d commit db57080
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 db57080

Please sign in to comment.