mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
revert 'dirty hack' change to crypto.h. need a better way for sure.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user