Skip to content

Commit 86e2254

Browse files
committed
edited duplicate simile
1 parent a9e998b commit 86e2254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-solana/src/actions/transfer_sol.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Extract the following information about the requested SOL transfer:
5353

5454
export default {
5555
name: "SEND_SOL",
56-
similes: ["TRANSFER_SOL", "PAY_SOL", "PAY_SOL"],
56+
similes: ["TRANSFER_SOL", "PAY_SOL", "TRANSACT_SOL"],
5757
validate: async (runtime: IAgentRuntime, message: Memory) => {
5858
// Always return true for SOL transfers, letting the handler deal with specifics
5959
elizaLogger.log("Validating SOL transfer from user:", message.userId);

0 commit comments

Comments
 (0)