Skip to content

Commit e5307bd

Browse files
committed
Remove usage of TransferWithCommitment in InitializeLockedTimelockAccountFulfillmentHandler.CanSubmitToBlockchain
1 parent 5197ef6 commit e5307bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/code/async/sequencer/fulfillment_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (h *InitializeLockedTimelockAccountFulfillmentHandler) CanSubmitToBlockchai
101101
}
102102

103103
switch nextScheduledFulfillment.FulfillmentType {
104-
case fulfillment.NoPrivacyTransferWithAuthority, fulfillment.NoPrivacyWithdraw, fulfillment.TransferWithCommitment:
104+
case fulfillment.NoPrivacyTransferWithAuthority, fulfillment.NoPrivacyWithdraw:
105105
// The account must be the receiver of funds. Obviously it cannot be
106106
// sending funds if it hasn't been opened yet.
107107
if nextScheduledFulfillment.Source == fulfillmentRecord.Source || *nextScheduledFulfillment.Destination != fulfillmentRecord.Source {

0 commit comments

Comments
 (0)