qtumproject / cpp-eth-qtum

GNU General Public License v3.0
9 stars 48 forks source link

Fix build on big-endian architectures #33

Closed pkubaj closed 5 years ago

pkubaj commented 5 years ago

fix_endian64 is missing ). fix_endian_arr32 and fix_endian_arr64 have , instead of ; in for loop. Additionally remove the breaking \ in fix_endian_arr64, fix indentation of \'s and add missing } before while(0).

qtum-neil commented 5 years ago

ethash not used.