aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/crypto.h')
-rw-r--r--src/crypto/crypto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/crypto/crypto.h b/src/crypto/crypto.h
index 61641fbcf..1d92647f6 100644
--- a/src/crypto/crypto.h
+++ b/src/crypto/crypto.h
@@ -26,7 +26,10 @@ namespace crypto {
};
POD_CLASS ec_scalar {
- char data[32];
+ // FIXME: temporary to get wallet recovery to work. Need to
+ // discuss proper solution with team
+ public:
+ char data[32];
};
POD_CLASS public_key: ec_point {