revert 'dirty hack' change to crypto.h. need a better way for sure.
This commit is contained in:
parent
cd63132502
commit
e89949c766
1 changed files with 1 additions and 4 deletions
|
@ -26,9 +26,6 @@ namespace crypto {
|
||||||
};
|
};
|
||||||
|
|
||||||
POD_CLASS ec_scalar {
|
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];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue