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:
Daniel Granhão
2025-01-24 09:41:32 +00:00
committed by GitHub
parent 6ec6c96709
commit 53fb22ab41
18 changed files with 636 additions and 503 deletions

View File

@@ -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 {