Skip to content

Commit c94e52f

Browse files
committed
Always schedule open account fulfillments for now
1 parent 5ca4b13 commit c94e52f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/code/server/transaction/action_handler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ func (h *OpenAccountActionHandler) GetFulfillmentMetadata(
166166
source: h.timelockAccounts.Vault,
167167
destination: nil,
168168
fulfillmentOrderingIndex: 0,
169-
disableActiveScheduling: h.accountType != commonpb.AccountType_PRIMARY, // Non-primary accounts are created on demand after first usage
170169
}, nil
171170
default:
172171
return nil, errors.New("invalid virtual ixn index")

0 commit comments

Comments
 (0)