Skip to content

Commit d3fbbdf

Browse files
authored
[staking] change withdraw waiting time to 3-days (iotexproject#2168)
1 parent 72e4742 commit d3fbbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockchain/genesis/genesis.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func defaultConfig() Genesis {
9393
Fee: unit.ConvertIotxToRau(100).String(),
9494
MinSelfStake: unit.ConvertIotxToRau(1200000).String(),
9595
},
96-
WithdrawWaitingPeriod: 14 * 24 * time.Hour,
96+
WithdrawWaitingPeriod: 3 * 24 * time.Hour,
9797
MinStakeAmount: unit.ConvertIotxToRau(100).String(),
9898
BootstrapCandidates: []BootstrapCandidate{},
9999
},

0 commit comments

Comments
 (0)