Skip to content

Commit

Permalink
btcstaking: fix typos in datagen/e2e (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis authored Jan 16, 2024
1 parent 4938728 commit 1bd21ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/btc_staking_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (s *BTCStakingTestSuite) Test1CreateFinalityProviderAndDelegation() {
covenantBTCPKs,
covenantQuorum,
wire.NewOutPoint(&stkTxHash, datagen.StakingOutIdx),
unbondingTime,
stakingTimeBlocks,
unbondingValue,
params.SlashingAddress,
params.SlashingRate,
Expand Down
2 changes: 1 addition & 1 deletion testutil/datagen/btcstaking.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func GenBTCUnbondingSlashingInfo(
fpPKs,
covenantPKs,
covenantQuorum,
stakingTimeBlocks,
slashingChangeLockTime,
btcutil.Amount(stakingValue),
btcNet,
)
Expand Down

0 comments on commit 1bd21ff

Please sign in to comment.