Skip to content

Commit

Permalink
fix: prove hash on wait for transaction receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
marthendalnunes committed Apr 24, 2024
1 parent 644f44e commit ecdf211
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 ecdf211

Please sign in to comment.