Skip to content

Commit

Permalink
chore: move to UnbondingTimeBlocks higher than ComfirmationTimeBlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Dec 5, 2024
1 parent 4e60feb commit 2b8b8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/datagen.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func GenRandomParams(r *rand.Rand, t *testing.T) *types.StakingParams {
return &types.StakingParams{
ComfirmationTimeBlocks: 10,
FinalizationTimeoutBlocks: 100,
UnbondingTimeBlocks: 100,
UnbondingTimeBlocks: 101,
MinSlashingTxFeeSat: 1,
CovenantPks: covenantPks,
SlashingPkScript: slashingPkScript,
Expand Down

0 comments on commit 2b8b8a9

Please sign in to comment.