From bd3c577b8d42c258b7bd03da8770df165a235996 Mon Sep 17 00:00:00 2001 From: Jonathon Hammond Date: Thu, 24 Mar 2022 13:25:11 -0400 Subject: [PATCH] New translations accounts.md (Spanish) --- src/pages/es/understand-stacks/accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/es/understand-stacks/accounts.md b/src/pages/es/understand-stacks/accounts.md index 8db7fe4b..5e98571a 100644 --- a/src/pages/es/understand-stacks/accounts.md +++ b/src/pages/es/understand-stacks/accounts.md @@ -83,7 +83,7 @@ const publicKey = getPublicKey(privateKey); const stacksAddress = getAddressFromPrivateKey( privateKeyToString(privateKey), - TransactionVersion. Testnet // remove for Mainnet addresses + TransactionVersion.Testnet // remove for Mainnet addresses ); ```