mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
Change prefix to xdc
Add prefix to Str method of Address. Make jsre works.
This commit is contained in:
parent
9fb068a25a
commit
bc31e1e8f0
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ func (w *wizard) makeGenesis() {
|
||||||
genesis.Config.XDPoS.Gap = uint64(w.readDefaultInt(450))
|
genesis.Config.XDPoS.Gap = uint64(w.readDefaultInt(450))
|
||||||
|
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
fmt.Println("What is foundation wallet address? (default = 0x0000000000000000000000000000000000000068)")
|
fmt.Println("What is foundation wallet address? (default = xdc0000000000000000000000000000000000000068)")
|
||||||
genesis.Config.XDPoS.FoudationWalletAddr = w.readDefaultAddress(common.HexToAddress(common.FoudationAddr))
|
genesis.Config.XDPoS.FoudationWalletAddr = w.readDefaultAddress(common.HexToAddress(common.FoudationAddr))
|
||||||
|
|
||||||
// Validator Smart Contract Code
|
// Validator Smart Contract Code
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue