ergoplatform / oracle-core

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

Add CLI switch to auto approve "extract-reward-tokens" command #315

Closed spireblockchain closed 1 year ago

spireblockchain commented 1 year ago

As the summary states, can a switch be added to the oracle-core "extract-reward-tokens" command so that reward tokens can be claimed automatically via script?

greenhat commented 1 year ago

I tested ./oracle-core extract-reward-tokens ADR <<< 'YES', and it works. Would it be sufficient?

spireblockchain commented 1 year ago

The goal is to automate reward claiming, so this solution works. Appreciate it!