codex-storage / nim-ethers

Port of ethers.js to Nim
Other
8 stars 4 forks source link

[fix] Ensure AsyncLock is released in case of exception #58

Closed emizzle closed 11 months ago

emizzle commented 1 year ago

Wrap try/finally around populateTransaction logic to ensure the lock is always released in the case of an error