Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio authored Sep 26, 2020
1 parent 245e9f1 commit fca1367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { Account, BN } from 'ethereumjs-util'

const account = new Account(
new BN(0), // nonce, default: 0
new BN(10).pow(18), // balance, default: 0
new BN(10).pow(new BN(18)), // balance, default: 0
undefined, // stateRoot, default: KECCAK256_RLP (hash of RLP of null)
undefined, // codeHash, default: KECCAK256_NULL (hash of null)
)
Expand Down

0 comments on commit fca1367

Please sign in to comment.