diff --git a/barretenberg/cpp/src/barretenberg/stdlib/encryption/ecdsa/ecdsa.test.cpp b/barretenberg/cpp/src/barretenberg/stdlib/encryption/ecdsa/ecdsa.test.cpp index 522a1b7b6c27..ba38954af4e3 100644 --- a/barretenberg/cpp/src/barretenberg/stdlib/encryption/ecdsa/ecdsa.test.cpp +++ b/barretenberg/cpp/src/barretenberg/stdlib/encryption/ecdsa/ecdsa.test.cpp @@ -63,7 +63,7 @@ template class EcdsaTests : public ::testing::Test { if (random_signature) { // Logging in case of random signature - info("The private key used generate this signature is: ", private_key); + info("The private key used generate this signature is: ", account.private_key); } return { account, signature };