diff options
| author | tom <tewinget@gmail.com> | 2014-06-04 23:08:35 -0400 |
|---|---|---|
| committer | Thomas Winget <tewinget@gmail.com> | 2014-06-12 19:05:51 -0400 |
| commit | cd631325029bf8df53e2ec813a3d340a841f73e2 (patch) | |
| tree | 722bb92ff308ffe04e8af3d22a829f5896e847bf /src/crypto/crypto.h | |
| parent | f70bc3a345ea11190e5b40c0606bb222d7825ea8 (diff) | |
| download | monzero-core-cd631325029bf8df53e2ec813a3d340a841f73e2.tar.gz monzero-core-cd631325029bf8df53e2ec813a3d340a841f73e2.tar.xz monzero-core-cd631325029bf8df53e2ec813a3d340a841f73e2.zip | |
compile issues, resolve later. commiting because switching machines
Diffstat (limited to 'src/crypto/crypto.h')
| -rw-r--r-- | src/crypto/crypto.h | 5 |
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 { |
