mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-04 06:44:21 +01:00
Improve stream handling (#244)
* Improve stream management * Check swap for existing lockup/refund tx * Set broadcast capacity to 30
This commit is contained in:
@@ -678,7 +678,7 @@ final class wire_cst_receive_payment_response extends ffi.Struct {
|
||||
}
|
||||
|
||||
final class wire_cst_send_payment_response extends ffi.Struct {
|
||||
external ffi.Pointer<wire_cst_list_prim_u_8_strict> txid;
|
||||
external wire_cst_payment payment;
|
||||
}
|
||||
|
||||
const double LIQUID_CLAIM_TX_FEERATE_MSAT = 100.0;
|
||||
|
||||
Reference in New Issue
Block a user