Skip to content

Commit

Permalink
celo_genesis: Fix bad exchange rate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
karlb committed Sep 27, 2024
1 parent 132d6f1 commit 656f366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/celo_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ var (
DevAddr = common.BytesToAddress(DevAddr32.Bytes())
DevAddr32 = common.HexToHash("0x42cf1bbc38BaAA3c4898ce8790e21eD2738c6A4a")

DevFeeCurrencyAddr = common.HexToAddress("0xce16") // worth twice as much as native CELO
DevFeeCurrencyAddr2 = common.HexToAddress("0xce17") // worth half as much as native CELO
DevFeeCurrencyAddr = common.HexToAddress("0xce16") // worth half as much as native CELO
DevFeeCurrencyAddr2 = common.HexToAddress("0xce17") // worth twice as much as native CELO
DevBalance, _ = new(big.Int).SetString("100000000000000000000", 10)
rateNumerator, _ = new(big.Int).SetString("2000000000000000000000000", 10)
rateNumerator2, _ = new(big.Int).SetString("500000000000000000000000", 10)
Expand Down

0 comments on commit 656f366

Please sign in to comment.