There was an error while loading. Please reload this page.
1 parent 755f917 commit 19146b5Copy full SHA for 19146b5
1 file changed
src/swaps/boltz.rs
@@ -996,6 +996,8 @@ pub struct SwapRestoreResponse {
996
pub created_at: u64,
997
pub from: String,
998
pub to: String,
999
+ /// Lightning invoice; boltz only returns it for submarine/reverse swaps.
1000
+ pub invoice: Option<String>,
1001
pub claim_details: Option<ClaimDetails>,
1002
pub refund_details: Option<RefundDetails>,
1003
}
0 commit comments