1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 14:40:34 +01:00
eclair/eclair-core/src
Pierre-Marie Padiou e478f77e5a Replaced sqlite result iterators by lists (#158)
This is less performant but our ResultSet->Iterator implementation
was buggy due to java/scala iterators requiring look-ahead capabilities
when iterating over the result, which ResultSet does not support.

This is a quick fix in the meantime.
2017-09-08 14:43:43 +02:00
..
main Replaced sqlite result iterators by lists (#158) 2017-09-08 14:43:43 +02:00
test Temporarily exclude channels from routes (#154) 2017-09-08 13:52:17 +02:00