Skip to content

Commit

Permalink
Fix brc-20 hook deps to ensure we don't regenerate callback incorrect…
Browse files Browse the repository at this point in the history
…ly (#102)
  • Loading branch information
victorkirov authored Jun 11, 2024
1 parent 124874d commit 1b90c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/brc20/useBrc20TransferExecute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const useBrc20TransferExecute = (props: Props) => {

runTransfer();
},
[tick, amount, revealAddress, recipientAddress, feeRate, running],
[context, tick, amount, revealAddress, recipientAddress, feeRate],
);

return {
Expand Down

0 comments on commit 1b90c84

Please sign in to comment.