WalletConnect / blockchain-api

WalletConnect's Blockchain API
MIT License
51 stars 40 forks source link

fix: remove expecting in the time conversion #716

Open geekbrother opened 1 month ago

geekbrother commented 1 month ago

We are using expect when converting time (to EPOCH). Since this error can be thrown only when time goes back it's better to handle it properly instead of expecting.

linear[bot] commented 1 month ago

CR-490 fix: remove expecting in the time conversion