Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Change log message
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Oct 18, 2021
1 parent c58cfc3 commit 9234fdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/custom/state/orders/updaters/PendingOrdersUpdater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ async function _updatePresignGnosisSafeTx(
})
.catch((error) => {
if (!error.isCancelledError) {
console.error(`[FinalizeTxUpdater] Failed to check transaction hash: ${hash}`, error)
console.error(
`[PendingOrdersUpdater] Failed to check Gnosis Safe tx hash: ${presignGnosisSafeTxHash}`,
error
)
}
})
})
Expand Down

0 comments on commit 9234fdf

Please sign in to comment.