From fca1367179ea7d0e11a6fb05c8cf625646e02cd3 Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Fri, 25 Sep 2020 21:29:23 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9759ba65..d4474e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) )