mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-24 01:14:22 +01:00
Cleanup, fix typos (#299)
* Fix typo in PaymentSucceeded event name * Remove fixed todo * Organize imports * Fix log typos * Re-generate flutter bindings * Re-generate RN bindings * Fix "Unhandled msg" logs for WS pings * Hide ureq debug logs, showing raw HTTP headers for Boltz calls
This commit is contained in:
@@ -738,7 +738,7 @@ final class wire_cst_LiquidSdkEvent_PaymentRefundPending extends ffi.Struct {
|
||||
external ffi.Pointer<wire_cst_payment> details;
|
||||
}
|
||||
|
||||
final class wire_cst_LiquidSdkEvent_PaymentSucceed extends ffi.Struct {
|
||||
final class wire_cst_LiquidSdkEvent_PaymentSucceeded extends ffi.Struct {
|
||||
external ffi.Pointer<wire_cst_payment> details;
|
||||
}
|
||||
|
||||
@@ -755,7 +755,7 @@ final class LiquidSdkEventKind extends ffi.Union {
|
||||
|
||||
external wire_cst_LiquidSdkEvent_PaymentRefundPending PaymentRefundPending;
|
||||
|
||||
external wire_cst_LiquidSdkEvent_PaymentSucceed PaymentSucceed;
|
||||
external wire_cst_LiquidSdkEvent_PaymentSucceeded PaymentSucceeded;
|
||||
|
||||
external wire_cst_LiquidSdkEvent_PaymentWaitingConfirmation PaymentWaitingConfirmation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user