pattern-tech / gateway

Middleware that standardizes DEX API endpoints on different blockchain networks
Apache License 2.0
1 stars 1 forks source link

fix [ ErgoController ]: fix wrong call on ergo.ready method #48

Closed satiparpar closed 1 month ago

satiparpar commented 1 month ago

The value for if condition was a function not a boolean, and ready function needs to be executed to return a boolean. Now its executed and the output is a boolean.