We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e4742 commit d3fbbdfCopy full SHA for d3fbbdf
blockchain/genesis/genesis.go
@@ -93,7 +93,7 @@ func defaultConfig() Genesis {
93
Fee: unit.ConvertIotxToRau(100).String(),
94
MinSelfStake: unit.ConvertIotxToRau(1200000).String(),
95
},
96
- WithdrawWaitingPeriod: 14 * 24 * time.Hour,
+ WithdrawWaitingPeriod: 3 * 24 * time.Hour,
97
MinStakeAmount: unit.ConvertIotxToRau(100).String(),
98
BootstrapCandidates: []BootstrapCandidate{},
99
0 commit comments