revert 'dirty hack' change to crypto.h. need a better way for sure.

This commit is contained in:
Thomas Winget 2014-06-06 06:55:41 -04:00
parent cd63132502
commit e89949c766

View file

@ -26,10 +26,7 @@ namespace crypto {
}; };
POD_CLASS ec_scalar { POD_CLASS ec_scalar {
// FIXME: temporary to get wallet recovery to work. Need to char data[32];
// discuss proper solution with team
public:
char data[32];
}; };
POD_CLASS public_key: ec_point { POD_CLASS public_key: ec_point {