We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820d2e2 commit ff31c31Copy full SHA for ff31c31
apps/price_pusher/src/aptos/aptos.ts
@@ -227,7 +227,7 @@ export class AptosPricePusher implements IPricePusher {
227
);
228
return this.lastSequenceNumber;
229
} catch (e: any) {
230
- throw new Error("Failed to retrieve sequence number");
+ throw new Error("Failed to retrieve sequence number" + e);
231
} finally {
232
this.sequenceNumberLocked = false;
233
}
0 commit comments