mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-23 08:54:22 +01:00
Chain swap refund tx fee bumping (#688)
* Chain swap refund tx fee bumping * Add "pending" to refund tx id field names * Rename pending to last
This commit is contained in:
@@ -5024,6 +5024,8 @@ final class wire_cst_refundable_swap extends ffi.Struct {
|
||||
|
||||
@ffi.Uint64()
|
||||
external int amount_sat;
|
||||
|
||||
external ffi.Pointer<wire_cst_list_prim_u_8_strict> last_refund_tx_id;
|
||||
}
|
||||
|
||||
final class wire_cst_list_refundable_swap extends ffi.Struct {
|
||||
@@ -5459,7 +5461,7 @@ final class wire_cst_prepare_refund_response extends ffi.Struct {
|
||||
@ffi.Uint64()
|
||||
external int tx_fee_sat;
|
||||
|
||||
external ffi.Pointer<wire_cst_list_prim_u_8_strict> refund_tx_id;
|
||||
external ffi.Pointer<wire_cst_list_prim_u_8_strict> last_refund_tx_id;
|
||||
}
|
||||
|
||||
final class wire_cst_receive_payment_response extends ffi.Struct {
|
||||
|
||||
Reference in New Issue
Block a user