Skip to content

Commit 566e96d

Browse files
committed
Fix: don't omit valur for StakingTxInfo
1 parent 35d25d9 commit 566e96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/transactions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ export type StakingTxDepositInfo = {
354354
export type StakingTxExitInfo = {
355355
type: TransactionInfoType.NATIVE_STAKING_VALIDATORS_EXIT
356356
humanDescription?: string
357-
} & Omit<NativeStakingValidatorsExitConfirmationView, 'type' | 'value'>
357+
} & Omit<NativeStakingValidatorsExitConfirmationView, 'type'>
358358

359359
export type StakingTxWithdrawInfo = {
360360
type: TransactionInfoType.NATIVE_STAKING_WITHDRAW

0 commit comments

Comments
 (0)