We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca4b13 commit c94e52fCopy full SHA for c94e52f
pkg/code/server/transaction/action_handler.go
@@ -166,7 +166,6 @@ func (h *OpenAccountActionHandler) GetFulfillmentMetadata(
166
source: h.timelockAccounts.Vault,
167
destination: nil,
168
fulfillmentOrderingIndex: 0,
169
- disableActiveScheduling: h.accountType != commonpb.AccountType_PRIMARY, // Non-primary accounts are created on demand after first usage
170
}, nil
171
default:
172
return nil, errors.New("invalid virtual ixn index")
0 commit comments