Skip to content

Commit

Permalink
Change ref_block_prefix to 32bit steemit#2102
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Feb 9, 2018
1 parent 9488b05 commit ccf3b27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct legacy_signed_transaction
}

uint16_t ref_block_num = 0;
uint16_t ref_block_prefix = 0;
uint32_t ref_block_prefix = 0;
fc::time_point_sec expiration;
vector< legacy_operation > operations;
extensions_type extensions;
Expand Down

0 comments on commit ccf3b27

Please sign in to comment.