Skip to content

Commit

Permalink
fix: prove hash on wait for transaction receipt (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
marthendalnunes authored Apr 24, 2024
1 parent 644f44e commit c2b7a7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export function WithdrawalCard({
isError: isErrorProveTx,
error: errorProveTx,
} = useWaitForTransactionReceipt({
hash: proveHash ?? finalizeHash,
hash: proveHash,
})
const {
isLoading: isLoadingFinalizeTx,
Expand Down

0 comments on commit c2b7a7e

Please sign in to comment.