coblox / bobtimus

an autobot that automatically handles swaps as Bob
Apache License 2.0
1 stars 1 forks source link

Use `reduce` instead of mutable variable #62

Closed thomaseizinger closed 5 years ago

thomaseizinger commented 5 years ago

This way, we don't have to pass an impure closure around but can just sum up the UTXOs right away.