We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7a1e9 commit 2c31958Copy full SHA for 2c31958
src/plugins/bots/BotsPlugin.ts
@@ -141,11 +141,11 @@ export class BotsPlugin
141
if (b.status === "success") {
142
expectedBots.upsert(b.result, { ...configs[i], treasury });
143
this.logger?.debug(
144
- `found bot [${minHealthFactor}, ${maxHealthFactor}] at ${b.result}`,
+ `expected bot [${minHealthFactor}, ${maxHealthFactor}] at ${b.result}`,
145
);
146
} else {
147
this.logger?.error(
148
- `failed to find bot [${minHealthFactor}, ${maxHealthFactor}]`,
+ `failed compute address for bot [${minHealthFactor}, ${maxHealthFactor}]`,
149
b.error,
150
151
}
0 commit comments