redstone-finance / redstone-evm-connector

A tool to inject Redstone data into evm-compatible blockchains
19 stars 4 forks source link

fix: revert tx if value not found #27

Open hatskier opened 2 years ago

hatskier commented 2 years ago

Currently the PriceAware contract works in the way that if it doesn't find a value for the specified symbol, then it returns 0. We should revert transaction instead