Luka
Results
2
issues of
Luka
Hello all, first issue here. Decided I would report the following: I have a dict mapping strings to node ids as well as a list of edges import networkit as...
https://github.com/ofek/bit/blob/d351d1d819abfdb973411b4c8855d784ab58046c/bit/transaction.py#L316-L329 estimated_fee integer is initialized within the `while` block of select_coins, resulting in `UnboundLocalError` in the case when an empty container is provided for the `unspents` argument. ``` from bit.transaction...