ergoplatform / oracle-core

Core off-chain component of Oracle Pools
Apache License 2.0
61 stars 37 forks source link

Add scan start blockheight parameter in config #319

Closed mgpai22 closed 10 months ago

mgpai22 commented 1 year ago

It seems like rescan starts from block 0

greenhat commented 1 year ago

We did that initially, but it did not work. Since the wallet does not see anything before this height, you end up with an empty wallet if you sent coins to it before this height.

mgpai22 commented 1 year ago

Yes that's why it should be configurable in the oracle_config.yaml file