From ae5237a781768afb6f76fa4443a31f1ce785d05f Mon Sep 17 00:00:00 2001 From: Vlad Dobromyslov Date: Fri, 4 Mar 2022 22:02:41 +0000 Subject: [PATCH 1/2] #279 randomly test fall --- tests/cli/son.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/cli/son.cpp b/tests/cli/son.cpp index a8d06c2c..491ec8f9 100644 --- a/tests/cli/son.cpp +++ b/tests/cli/son.cpp @@ -60,8 +60,14 @@ public: create_tx = fixture_.con.wallet_api_ptr->create_account_with_brain_key( bki.brain_priv_key, account_name, "nathan", "nathan", true ); + + fixture_.generate_block(); + // save the private key for this new account in the wallet file BOOST_CHECK(fixture_.con.wallet_api_ptr->import_key(account_name, bki.wif_priv_key)); + + fixture_.generate_block(); + fixture_.con.wallet_api_ptr->save_wallet_file(fixture_.con.wallet_filename); // attempt to give son account some CORE tokens From 0740bceb745c73c715bf834a693dd510099cf9ce Mon Sep 17 00:00:00 2001 From: serkixenos Date: Fri, 4 Mar 2022 18:32:40 -0400 Subject: [PATCH 2/2] Update fc to last commit --- libraries/fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/fc b/libraries/fc index 1cc74059..6171e973 160000 --- a/libraries/fc +++ b/libraries/fc @@ -1 +1 @@ -Subproject commit 1cc740598f5b7ec480ac76f60e19d0ccb1e1ac97 +Subproject commit 6171e973c7fcfc9e0a39eaee2f05da84416a90e6