Skip to content

Commit

Permalink
fix short line
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjatlanta committed Oct 23, 2018
1 parent e03d329 commit 673ac2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/tests/wallet_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ BOOST_AUTO_TEST_CASE( verify_authority_multiple_accounts )
try {
account_update_operation op;
op.account = nathan.id;
op.active = authority(3, nathan_public_key, 1,
alice.id, 1, bob.id, 1);
op.active = authority(3, nathan_public_key, 1, alice.id, 1, bob.id, 1);
op.owner = *op.active;
trx.operations.push_back(op);
sign(trx, nathan_private_key);
Expand Down

1 comment on commit 673ac2b

@cogutvalera
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks !

Please sign in to comment.