cli_wallet: Print signing_key in base58
This commit is contained in:
parent
2dedebdca8
commit
b0fd510d51
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ struct signed_block_with_info : public signed_block
|
||||||
signed_block_with_info( const signed_block_with_info& block ) = default;
|
signed_block_with_info( const signed_block_with_info& block ) = default;
|
||||||
|
|
||||||
block_id_type block_id;
|
block_id_type block_id;
|
||||||
fc::ecc::public_key signing_key;
|
public_key_type signing_key;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct vesting_balance_object_with_info : public vesting_balance_object
|
struct vesting_balance_object_with_info : public vesting_balance_object
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue