Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 3e2aae4

Browse files
committed
Remove commitment input in AllotManaTo
1 parent 6837714 commit 3e2aae4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/docker-network/tests/dockerframework.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ func (d *DockerTestFramework) AllotManaTo(from *Account, to *Account, manaToAllo
472472
IncreaseAllotment(to.AccountID, actualAllottedMana).
473473
AddOutput(basicOutput).
474474
SetCreationSlot(currentSlot).
475-
AddCommitmentInput(&iotago.CommitmentInput{CommitmentID: lo.Return1(issuerResp.LatestCommitment.ID())}).
476475
WithTransactionCapabilities(iotago.TransactionCapabilitiesBitMaskWithCapabilities(iotago.WithTransactionCanDoAnything())).
477476
Build(fundsAddrSigner)
478477
require.NoError(d.Testing, err)

0 commit comments

Comments
 (0)