fix: mock
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-18 21:58:12 +00:00
parent 6c7ae6ac89
commit f934bb3132

View File

@ -685,6 +685,7 @@ impl LightningNode for MockNode {
Ok(AddInvoiceResult {
pr: format!("lnrt1{}", hex_id),
payment_hash: hex_id.clone(),
external_id: None,
})
}