From b0fd510d51df8f7a322a5d1488233bb41dfff9b5 Mon Sep 17 00:00:00 2001 From: theoreticalbts Date: Tue, 1 Sep 2015 16:29:03 -0400 Subject: [PATCH] cli_wallet: Print signing_key in base58 --- libraries/wallet/include/graphene/wallet/wallet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/wallet/include/graphene/wallet/wallet.hpp b/libraries/wallet/include/graphene/wallet/wallet.hpp index e7f0b367..590212fe 100644 --- a/libraries/wallet/include/graphene/wallet/wallet.hpp +++ b/libraries/wallet/include/graphene/wallet/wallet.hpp @@ -219,7 +219,7 @@ struct signed_block_with_info : public signed_block signed_block_with_info( const signed_block_with_info& block ) = default; 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