razor-network/oracle-node

Implement retry mechanism to all contract calls using a generic function

Closed this issue · 0 comments

As every contract and client call is being done using a generic function, so we can add a retry mechanism to the same generic function which will decrease the code repetition.