Skip to content

Commit 38964aa

Browse files
committed
All VTAs can now be created on demand
1 parent 17454da commit 38964aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/code/server/transaction/action_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func (h *OpenAccountActionHandler) GetFulfillmentMetadata(
177177
source: h.timelockAccounts.Vault,
178178
destination: nil,
179179
fulfillmentOrderingIndex: 0,
180-
disableActiveScheduling: h.accountType != commonpb.AccountType_PRIMARY || !common.IsCoreMint(h.timelockAccounts.Mint), // Non-primary and non-core mint accounts are created on demand after first usage
180+
disableActiveScheduling: true, // All accounts are created on demand at time of first receipt of funds
181181
}, nil
182182
default:
183183
return nil, errors.New("invalid transaction index")

0 commit comments

Comments
 (0)