Skip to content

Commit

Permalink
Changed trx header field: net_usage_words to max_net_usage_words EOSI…
Browse files Browse the repository at this point in the history
  • Loading branch information
james committed Aug 10, 2018
1 parent ee2c32c commit 1b866cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exported-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function createTransaction(api, expireInSeconds = 60, callback) {
expiration: expiration.toISOString().split('.')[0],
ref_block_num,
ref_block_prefix: block.ref_block_prefix,
net_usage_words: 0,
max_net_usage_words: 0,
max_cpu_usage_ms: 0,
delay_sec: 0,
context_free_actions: [],
Expand Down

0 comments on commit 1b866cc

Please sign in to comment.