Skip to content

Commit

Permalink
change bitshares to core in message
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Sep 3, 2019
1 parent fcfe65a commit 1d1193e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ BOOST_FIXTURE_TEST_CASE( create_new_account, cli_fixture )
con.wallet_api_ptr->save_wallet_file(con.wallet_filename);

// attempt to give jmjatlanta some CORE
BOOST_TEST_MESSAGE("Transferring bitshares from Nathan to jmjatlanta");
BOOST_TEST_MESSAGE("Transferring CORE from Nathan to jmjatlanta");
signed_transaction transfer_tx = con.wallet_api_ptr->transfer(
"nathan", "jmjatlanta", "10000", "1.3.0", "Here are some CORE token for your new account", true
);
Expand Down

0 comments on commit 1d1193e

Please sign in to comment.