diff --git a/scripts/send-eth.ts b/scripts/send-eth.ts index a1343e3..036b617 100644 --- a/scripts/send-eth.ts +++ b/scripts/send-eth.ts @@ -37,7 +37,7 @@ async function main() { baseModule = keyspaceWebAuthnBase; privateKey = ECDSA.fromJWK(JSON.parse(args.private_key)); } else { - console.error("Invalid circuit type"); + console.error("Invalid signature type"); } const to = await getAccount(client, args.keyspace_key, 0n, args.signature_type);