Skip to content

Commit

Permalink
fix: WalletConnect: operationHash and hash for tezos_send
Browse files Browse the repository at this point in the history
  • Loading branch information
dianasavvatina committed Dec 17, 2024
1 parent f9328c0 commit 34e2738
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const useSignWithWalletConnect = ({
tezosToolkit
);

const response = formatJsonRpcResult(requestId.id, { hash: opHash });
const response = formatJsonRpcResult(requestId.id, { hash: opHash, operationHash: opHash });
await walletKit.respondSessionRequest({ topic: requestId.topic, response });
return openWith(<SuccessStep hash={opHash} />);
},
Expand Down

0 comments on commit 34e2738

Please sign in to comment.