Skip to content

Commit

Permalink
Fix signing when account auths are present
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Sep 11, 2018
1 parent 2e38d01 commit 02986d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ class wallet_api_impl
signed_transaction tx,
bool broadcast = false )
{
static const authority null_auth( 0, public_key_type(), 0 );
static const authority null_auth( 1, public_key_type(), 0 );
flat_set< account_name_type > req_active_approvals;
flat_set< account_name_type > req_owner_approvals;
flat_set< account_name_type > req_posting_approvals;
Expand Down

0 comments on commit 02986d2

Please sign in to comment.