diff options
author | Thomas Winget <tewinget@gmail.com> | 2014-06-06 06:55:41 -0400 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2014-06-12 19:05:51 -0400 |
commit | e89949c766f2f98671b24893beedc48a47447a6f (patch) | |
tree | 702492e5d80d8cf89742883325d3ae21d013940e /src/crypto | |
parent | compile issues, resolve later. commiting because switching machines (diff) | |
download | monero-e89949c766f2f98671b24893beedc48a47447a6f.tar.xz |
revert 'dirty hack' change to crypto.h. need a better way for sure.
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/crypto.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/crypto/crypto.h b/src/crypto/crypto.h index 1d92647f6..61641fbcf 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 { |