Skip to content

Commit

Permalink
Merge pull request #2324 from steemit/2018-04-11-op-number
Browse files Browse the repository at this point in the history
Fix broken claim_reward_balance2_operation
  • Loading branch information
Michael Vandeberg authored Apr 11, 2018
2 parents f614ef0 + fa56af9 commit be04206
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libraries/protocol/include/steem/protocol/operations.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,14 @@ namespace steem { namespace protocol {
reset_account_operation,
set_reset_account_operation,
claim_reward_balance_operation,
#ifdef STEEM_ENABLE_SMT
claim_reward_balance2_operation,
#endif
delegate_vesting_shares_operation,
account_create_with_delegation_operation,
witness_set_properties_operation,

#ifdef STEEM_ENABLE_SMT
/// SMT operations
claim_reward_balance2_operation,

smt_setup_operation,
smt_cap_reveal_operation,
smt_refund_operation,
Expand Down

0 comments on commit be04206

Please sign in to comment.