scala-network / scala-v7

A cryptocurrency aiming to use blockchain technologies to globally distribute wealth.
Other
83 stars 27 forks source link

Code/variable error (with the fix) - while compiling to mac #55

Closed Teredic closed 4 years ago

Teredic commented 5 years ago

Hello,

I was compiling the mac version and it gives an error in the file "src/cryptonote_core/blockchain.cpp", line 3399.

There aren't the right variable being called on the previous line (3398). You need to change

std::vector weights;

to

std::vector weights;


It's obviously a typo in the code, because all the other variables "std::vector" call the afterwards.

Teredic commented 4 years ago

the fix has been added to master