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 8626186 commit 9701e43Copy full SHA for 9701e43
modules/sdk-coin-vet/src/lib/transaction/transaction.ts
@@ -393,7 +393,8 @@ export class Transaction extends BaseTransaction {
393
this.type === TransactionType.StakingDelegate ||
394
this.type === TransactionType.StakingUnlock ||
395
this.type === TransactionType.StakingWithdraw ||
396
- this.type === TransactionType.StakingClaim
+ this.type === TransactionType.StakingClaim ||
397
+ this.type === TransactionType.StakingLock
398
) {
399
transactionBody.reserved = {
400
features: 1, // mark transaction as delegated i.e. will use gas payer
0 commit comments