diff --git a/src/crypto/crypto.h b/src/crypto/crypto.h index 1d92647f..61641fbc 100644 --- a/src/crypto/crypto.h +++ b/src/crypto/crypto.h @@ -26,10 +26,7 @@ namespace crypto { }; POD_CLASS ec_scalar { - // FIXME: temporary to get wallet recovery to work. Need to - // discuss proper solution with team - public: - char data[32]; + char data[32]; }; POD_CLASS public_key: ec_point {