diff --git a/agent/package.json b/agent/package.json index e4c8f222530..c52f2461f79 100644 --- a/agent/package.json +++ b/agent/package.json @@ -1,7 +1,6 @@ { "name": "@elizaos/agent", "version": "0.1.9-alpha.1", - "version": "0.1.9-alpha.1", "main": "src/index.ts", "type": "module", "scripts": { @@ -125,4 +124,4 @@ "ts-node": "10.9.2", "tsup": "8.3.5" } -} \ No newline at end of file +} diff --git a/agent/src/index.ts b/agent/src/index.ts index 4cc1f440ef9..9cbcf274059 100644 --- a/agent/src/index.ts +++ b/agent/src/index.ts @@ -770,7 +770,7 @@ export async function createAgent( // Validate TEE configuration if (teeMode !== TEEMode.OFF && !walletSecretSalt) { elizaLogger.error( - "WALLET_SECRET_SALT required when TEE_MODE is enabled" + "A WALLET_SECRET_SALT required when TEE_MODE is enabled" ); throw new Error("Invalid TEE configuration"); }