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

Commit fca1367

Browse files
authored
Update CHANGELOG.md
1 parent 245e9f1 commit fca1367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { Account, BN } from 'ethereumjs-util'
2323

2424
const account = new Account(
2525
new BN(0), // nonce, default: 0
26-
new BN(10).pow(18), // balance, default: 0
26+
new BN(10).pow(new BN(18)), // balance, default: 0
2727
undefined, // stateRoot, default: KECCAK256_RLP (hash of RLP of null)
2828
undefined, // codeHash, default: KECCAK256_NULL (hash of null)
2929
)

0 commit comments

Comments
 (0)