From bca8be626e0338425707fe1c7f46f7446eee9811 Mon Sep 17 00:00:00 2001 From: Rock Gui Date: Tue, 19 Dec 2023 16:18:57 +0800 Subject: [PATCH] fixed params error when immutable --- .../buttons/MakeLegacyInscriptionImmutableTransactionButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-ui/src/components/inscriptionDisplay/buttons/MakeLegacyInscriptionImmutableTransactionButton.tsx b/shared-ui/src/components/inscriptionDisplay/buttons/MakeLegacyInscriptionImmutableTransactionButton.tsx index a515e20..f33f16b 100644 --- a/shared-ui/src/components/inscriptionDisplay/buttons/MakeLegacyInscriptionImmutableTransactionButton.tsx +++ b/shared-ui/src/components/inscriptionDisplay/buttons/MakeLegacyInscriptionImmutableTransactionButton.tsx @@ -99,7 +99,7 @@ export const makeLegacyInscriptionImmutable = async ( .makeLegacyInscriptionImmutableV3() .accounts({ authority: wallet.publicKey, - mint: inscription.item.root, + mint: inscriptionV3.item.root, inscriptionV3: inscriptionV3.pubkey, inscriptionSummary, legacyMetadata: metadata.pubkey,