Skip to content

Commit 142a9a0

Browse files
Update index.ts
1 parent 16f83b7 commit 142a9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ export async function createAgent(
769769
// Validate TEE configuration
770770
if (teeMode !== TEEMode.OFF && !walletSecretSalt) {
771771
elizaLogger.error(
772-
"WALLET_SECRET_SALT required when TEE_MODE is enabled"
772+
"A WALLET_SECRET_SALT required when TEE_MODE is enabled"
773773
);
774774
throw new Error("Invalid TEE configuration");
775775
}

0 commit comments

Comments
 (0)