Skip to content

Commit 0c6dea9

Browse files
fix: WalletConnect: operationHash and hash for tezos_send
1 parent 17587ca commit 0c6dea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/SendFlow/WalletConnect/useSignWithWalletConnect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const useSignWithWalletConnect = ({
3535
tezosToolkit
3636
);
3737

38-
const response = formatJsonRpcResult(requestId.id, { hash: opHash });
38+
const response = formatJsonRpcResult(requestId.id, { hash: opHash, operationHash: opHash });
3939
await walletKit.respondSessionRequest({ topic: requestId.topic, response });
4040
return openWith(<SuccessStep hash={opHash} />);
4141
},

0 commit comments

Comments
 (0)