Fixed Spacing issues
This commit is contained in:
parent
6c354579ec
commit
b1d759021b
1 changed files with 3 additions and 2 deletions
|
|
@ -790,7 +790,8 @@ graphene::wallet::plain_keys decrypt_keys( const std::string& password, const ve
|
||||||
return fc::raw::unpack<graphene::wallet::plain_keys>( decrypted );
|
return fc::raw::unpack<graphene::wallet::plain_keys>( decrypted );
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE( saving_keys_wallet_test ) {
|
BOOST_AUTO_TEST_CASE( saving_keys_wallet_test )
|
||||||
|
{
|
||||||
cli_fixture cli;
|
cli_fixture cli;
|
||||||
|
|
||||||
cli.con.wallet_api_ptr->import_balance( "nathan", cli.nathan_keys, true );
|
cli.con.wallet_api_ptr->import_balance( "nathan", cli.nathan_keys, true );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue