mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-17 13:04:20 +01:00
* Fix receive-payment by increasing claim absolute_fee * feat: added sqlite methods for ongoing swaps * fix: create specific error type when persisting swaps --------- Co-authored-by: ok300 <106775972+ok300@users.noreply.github.com>
breez-sdk-liquid
Tests
In order to run tests, you can execute cargo test -- --nocapture --test-threads 1. This is due to the fact that currently tests require some degree of interaction (e.g. adding the funding invoice) in order to work, and thus should be run with a single thread (sequentially).