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 71a6ae6 commit bf032f0Copy full SHA for bf032f0
third_party/pyth/price-service/src/listen.ts
@@ -150,7 +150,6 @@ export class Listener implements PriceStore {
150
}
151
152
async processVaa(vaaBytes: string) {
153
- logger.info("Received a new VAA");
154
const { parse_vaa } = await importCoreWasm();
155
const parsedVAA = parse_vaa(hexToUint8Array(vaaBytes));
156
0 commit comments