This commit is contained in:
ok300
2023-04-30 08:32:47 +02:00
parent f3827447e0
commit db0374808a

View File

@@ -54,4 +54,4 @@ if let Some(node_state) = sdk.node_info()? {
let balance_onchain = node_state.onchain_balance_msat;
}
```
You are now ready to receive a Lightning [payment](guide/payments.md).
You are now ready to receive a Lightning [payment](payments.md).