Skip to content

Commit

Permalink
fix: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
MjCage committed Sep 25, 2023
1 parent cda2ed0 commit 6db1568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/instructions/programs/memo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Connection, PublicKey } from '@solana/web3.js'
import { Connection } from '@solana/web3.js'
import { AccountMetaData } from '@solana/spl-governance'
import * as BufferLayout from '@solana/buffer-layout'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const DeactivateValidatorStake = ({
)
} else {
const mNativeSdk = new NativeStakingSDK()
const { payFees, onPaid } = await mNativeSdk.initPrepareForRevoke(
const { payFees } = await mNativeSdk.initPrepareForRevoke(
form.governedTokenAccount.pubkey
)

Expand Down

0 comments on commit 6db1568

Please sign in to comment.