Skip to content

Commit dda05d9

Browse files
committed
Make reasoning more explicit
1 parent e8709af commit dda05d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/update-feeds-loops/submit-transactions.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ export const submitTransaction = async (
118118
});
119119
if (!goMulticall.success) {
120120
// It seems that in practice, this code is widely used. We can do a best-effort attempt to determine the error
121-
// reason. Many times, the error is acceptable and results from the way Airseeker is designed.
121+
// reason. Many times, the error is acceptable and results from the way Airseeker is designed. We can use
122+
// different log levels and messages and have better alerts.
122123
const errorCode = (goMulticall.error as any).code;
123124
switch (errorCode) {
124125
case 'REPLACEMENT_UNDERPRICED': {

0 commit comments

Comments
 (0)