-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI: Specify signing keys #2049
Conversation
Travis fails:
|
CLI: Unit test of additional signing key when signing a transaction builder
I believe you are correct that the error is unrelated to your change. |
CLI: Change cli_test fixture for faster block skipping
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks! Some comments still need tweaking though.
con.wallet_api_ptr->register_account( | ||
"alice", alice_bki.pub_key, alice_bki.pub_key, "nathan", "nathan", 0, true | ||
); | ||
const account_object &alice_acc = con.wallet_api_ptr->get_account("alice"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wallet::get_account
returns an account object, not a reference (unlike database::get_account
).
@pmconrad Thanks very much for your fix |
PR for Issue #2048