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 ); ```