Skip to content

Commit

Permalink
Fix panic message
Browse files Browse the repository at this point in the history
  • Loading branch information
ezdac committed Dec 12, 2024
1 parent 052dc2b commit 36610a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/celo_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func celoGenesisAccounts(fundedAddr common.Address) GenesisAlloc {

faucetBalance, ok := new(big.Int).SetString("500000000000000000000000000", 10) // 500M
if !ok {
panic("Couldn not set faucet balance!")
panic("Could not set faucet balance!")
}
genesisAccounts := map[common.Address]GenesisAccount{
addresses.CeloTokenAddress: {
Expand Down

0 comments on commit 36610a9

Please sign in to comment.