Skip to content

Commit

Permalink
Testnet CS
Browse files Browse the repository at this point in the history
  • Loading branch information
yograterol committed May 19, 2021
1 parent aa21465 commit 8d80fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/ethash/callisto_reward.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
// CSV2StakeAddress - Staking Address V2 (MAINNET)
CSV2StakeAddress = common.HexToAddress("0x08A7c8be47773546DC5E173d67B0c38AfFfa4b84")
// CSV2StakeAddressTestNet - Staking Address V2 (TESTNET)
CSV2StakeAddressTestNet = common.HexToAddress("0xC6a3C2409549BB13cD33CB5D374c0C7A214D07D9")
CSV2StakeAddressTestNet = common.HexToAddress("0xBD38997D00295D738BDC258DB4446577f4181Ed7")
)

func calcBigNumber(reward float64) *big.Int {
Expand Down

0 comments on commit 8d80fb9

Please sign in to comment.