small logging improvement

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2024-07-07 11:26:41 +02:00
parent c16b2933ce
commit a9cd25140d
1 changed files with 4 additions and 2 deletions

View File

@ -97,9 +97,11 @@ interface OracleInterface {
);
console.log(
`- round candidates ${oraclesToCrank
`- round candidates stale ${staleOracles
.map((o) => o.oracle.name)
.join(', ')}`,
.join(', ')}, variance ${varianceThresholdCrossedOracles
.map((o) => o.oracle.name)
.join(', ')}}`,
);
const pullIxs: TransactionInstruction[] = [];