Skip to content

Commit ff31c31

Browse files
committed
update
1 parent 820d2e2 commit ff31c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/price_pusher/src/aptos/aptos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export class AptosPricePusher implements IPricePusher {
227227
);
228228
return this.lastSequenceNumber;
229229
} catch (e: any) {
230-
throw new Error("Failed to retrieve sequence number");
230+
throw new Error("Failed to retrieve sequence number" + e);
231231
} finally {
232232
this.sequenceNumberLocked = false;
233233
}

0 commit comments

Comments
 (0)