seredat / karbowanec

Karbo (Karbovanets) - Digital Exchange Medium - cryptocurrency made in Ukraine, CryptoNote protocol implementation.
https://karbo.io/
Other
104 stars 66 forks source link

Bug: RPC fails on /getinfo for blockchain height 1 #71

Closed R3VoLuT1OneR closed 5 years ago

R3VoLuT1OneR commented 5 years ago

On running karbowanecd for the first time with testnet for the first time and blockchain is empty. /getinfo request is failing.

Figured out that for empty blockchain getMinimaFee is broken.

aivve commented 5 years ago

Ty, for us it wasn't an issue as blockchain is not empty, new forks should be aware though.

aivve commented 5 years ago

Why height <= 0 ?

R3VoLuT1OneR commented 5 years ago

@aivve No need for height <= 0 fixed