File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ func (w *wizard) makeGenesis() {
7979 genesis .Config .XDPoS .NetworkName = w .readDefaultString ("xdc-subnet" )
8080
8181 fmt .Println ()
82- fmt .Println ("What's the name of the chain denomination? (default = 0x )" )
83- genesis .Config .XDPoS .Denom = w .readDefaultString ("0x " )
82+ fmt .Println ("What's the name of the chain denomination? (default = sdc )" )
83+ genesis .Config .XDPoS .Denom = w .readDefaultString ("sdc " )
8484
8585 fmt .Println ()
8686 fmt .Println ("How many seconds should blocks take? (default = 2)" )
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ type GenesisInput struct {
6060func NewGenesisInput () * GenesisInput {
6161 return & GenesisInput {
6262 Name : "xdc-subnet" ,
63- Denom : "0x " ,
63+ Denom : "sdc " ,
6464 Period : 2 ,
6565 Reward : 2 ,
6666 TimeoutPeriod : 10 ,
You can’t perform that action at this time.
0 commit comments