Skip to content

Commit

Permalink
Merge branch 'hotfix/swap-hash-fix' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho3einWave committed Nov 20, 2024
2 parents db858a0 + 8a7bac2 commit 039a8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/swap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default async function swap(
.then((result) => {
const cell = Cell.fromBoc(Buffer.from(result.boc, "base64"))[0];
const stateInstance = useSwapStore.getState();
stateInstance.setTransactionHash(cell.hash().toString("base64"));
stateInstance.setTransactionHash(cell.hash().toString("hex"));
})
.catch((e) => {
console.log(e);
Expand Down

0 comments on commit 039a8a8

Please sign in to comment.