Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Nov 24, 2023
1 parent 3f58de5 commit 7361019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tests/accounts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func Test_StakeDelegateAndDelayedClaim(t *testing.T) {
"Genesis:0",
ts.DefaultWallet(),
mock.WithBlockIssuerFeature(iotago.BlockIssuerKeys{newAccountBlockIssuerKey}, newAccountExpirySlot),
mock.WithStakingFeature(stakedAmount, 421, 0, 10), // match amount and staked amount to simplify the tests
mock.WithStakingFeature(stakedAmount, 421, 0, 10),
mock.WithAccountAmount(validatorAccountAmount),
)

Expand Down

0 comments on commit 7361019

Please sign in to comment.