Skip to content

Commit

Permalink
Merge pull request EOSIO#76 from EOSIO/hotfix/docs-delay_sec
Browse files Browse the repository at this point in the history
update comment on delay_sec member
  • Loading branch information
larryk85 authored Sep 9, 2018
2 parents 58c4ce2 + e64aa74 commit c67215f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/eosiolib/transaction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace eosio {
uint32_t ref_block_prefix;
unsigned_int net_usage_words = 0UL; /// number of 8 byte words this transaction can serialize into after compressions
uint8_t max_cpu_usage_ms = 0UL; /// number of CPU usage units to bill transaction for
unsigned_int delay_sec = 0UL; /// number of CPU usage units to bill transaction for
unsigned_int delay_sec = 0UL; /// number of seconds to delay transaction, default: 0

EOSLIB_SERIALIZE( transaction_header, (expiration)(ref_block_num)(ref_block_prefix)(net_usage_words)(max_cpu_usage_ms)(delay_sec) )
};
Expand Down

0 comments on commit c67215f

Please sign in to comment.