Skip to content

Commit

Permalink
fix: fix quota in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Sep 21, 2018
1 parent ba69955 commit e328ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nervos-signer/test/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const from = account.address;
const tx = {
from,
data: bytecode,
quota: 1e8,
quota: 1000000,
chainId: 1,
version: 0,
validUntilBlock: 999999,
Expand Down

0 comments on commit e328ef8

Please sign in to comment.