CoreyKaylor / Lightning.NET

.NET library for LMDB key-value store
Other
398 stars 82 forks source link

Fixed infinite recursion bugs found in transaction extensions #33

Closed ronnieoverby closed 9 years ago

ronnieoverby commented 9 years ago

I found 3 instances in LightningTransactionExtensions.cs where execution was recursive on all paths. I think I have them fixed.

Can you pull these fixes in and release an updated Nuget package?

ilyalukyanov commented 9 years ago

Thank you for the fix!