Fix failing saving_keys_wallet_test
This commit is contained in:
parent
0359193813
commit
b43d52312b
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@ 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_FIXTURE_TEST_CASE( saving_keys_wallet_test, cli_fixture )
|
BOOST_FIXTURE_TEST_CASE( saving_keys_wallet_test, cli_fixture )
|
||||||
{
|
{
|
||||||
con.wallet_api_ptr->import_balance( "nathan", nathan_keys, true );
|
con.wallet_api_ptr->import_balance( "nathan", nathan_keys, true );
|
||||||
con.wallet_api_ptr->upgrade_account( "nathan", true );
|
con.wallet_api_ptr->upgrade_account( "nathan", true );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue