ergoplatform / oracle-core

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

In oracle boxes scan filter out non-oracle boxes guarded by non-oracle-contract (PK wallets, etc.) #298

Closed greenhat closed 1 year ago

greenhat commented 1 year ago

https://github.com/ergoplatform/oracle-core/blob/9149462fa066f02fd18b4917cc8e61efbdb0aa11/core/src/box_kind/oracle_box.rs#L100-L106 where this log message originates. Move it to the end of the function so it does not get triggered on non-oracle boxes.