Skip to content

Commit fc072eb

Browse files
committed
continue if no contract is found
Signed-off-by: MarcoMandar <malicemandar@gmail.com>
1 parent 18af606 commit fc072eb

File tree

1 file changed

+0
-1
lines changed
  • packages/plugin-solana/src/evaluators

1 file changed

+0
-1
lines changed

packages/plugin-solana/src/evaluators/trust.ts

-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ async function handler(runtime: IAgentRuntime, message: Memory) {
175175
rec.contractAddress = tokenAddress;
176176
if (!tokenAddress) {
177177
console.warn("Could not find contract address for token");
178-
// ask the user to provide the contract address
179178
continue;
180179
}
181180
}

0 commit comments

Comments
 (0)