We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb140e0 commit 9683fc5Copy full SHA for 9683fc5
agent/package.json
@@ -1,7 +1,6 @@
1
{
2
"name": "@elizaos/agent",
3
"version": "0.1.9-alpha.1",
4
- "version": "0.1.9-alpha.1",
5
"main": "src/index.ts",
6
"type": "module",
7
"scripts": {
@@ -125,4 +124,4 @@
125
124
"ts-node": "10.9.2",
126
"tsup": "8.3.5"
127
}
128
-}
+}
agent/src/index.ts
@@ -770,7 +770,7 @@ export async function createAgent(
770
// Validate TEE configuration
771
if (teeMode !== TEEMode.OFF && !walletSecretSalt) {
772
elizaLogger.error(
773
- "WALLET_SECRET_SALT required when TEE_MODE is enabled"
+ "A WALLET_SECRET_SALT required when TEE_MODE is enabled"
774
);
775
throw new Error("Invalid TEE configuration");
776
0 commit comments