You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| name | string | The name of the node that will be used in [lightning explorers](https://mempool.space/testnet/lightning/node/024e2a940e0cbeda84a0d5e00fa8e83b3f4e7f98382eedb488d058e0f5636dd164/r/n) |
31827
31827
| listening port | integer | Optional, defaults to `9735`. The port that this node listens for incoming connections on. |
31828
-
| color | string | Optional, defaults to `2b6680`. A hexidecimal color string which will be used in network graphs on [lightning explorers](https://mempool.space/testnet/lightning/node/024e2a940e0cbeda84a0d5e00fa8e83b3f4e7f98382eedb488d058e0f5636dd164/r/n) |
31828
+
| color | string | Optional, defaults to `2b6680`. A hexadecimal color string which will be used in network graphs on [lightning explorers](https://mempool.space/testnet/lightning/node/024e2a940e0cbeda84a0d5e00fa8e83b3f4e7f98382eedb488d058e0f5636dd164/r/n) |
31829
31829
| payment\_retries | integer | Optional, defaults to `5`. Number of times a payment will be retried if it fails. |
31830
31830
| backup\_path | string | Optional. The backup path for channel backups, preferably on an external drive. |
31831
31831
@@ -31869,7 +31869,7 @@ For GUIs and wallet apps, it is recommended to set `announced_channel` to `false
| name | string | The name of the node that will be used in [lightning explorers](https://mempool.space/testnet/lightning/node/024e2a940e0cbeda84a0d5e00fa8e83b3f4e7f98382eedb488d058e0f5636dd164/r/n) |
45154
45154
| listening port | integer | Optional, defaults to `9735`. The port that this node listens for incoming connections on. |
45155
-
| color | string | Optional, defaults to `2b6680`. A hexidecimal color string which will be used in network graphs on [lightning explorers](https://mempool.space/testnet/lightning/node/024e2a940e0cbeda84a0d5e00fa8e83b3f4e7f98382eedb488d058e0f5636dd164/r/n) |
45155
+
| color | string | Optional, defaults to `2b6680`. A hexadecimal color string which will be used in network graphs on [lightning explorers](https://mempool.space/testnet/lightning/node/024e2a940e0cbeda84a0d5e00fa8e83b3f4e7f98382eedb488d058e0f5636dd164/r/n) |
45156
45156
| payment\_retries | integer | Optional, defaults to `5`. Number of times a payment will be retried if it fails. |
45157
45157
| backup\_path | string | Optional. The backup path for channel backups, preferably on an external drive. |
45158
45158
@@ -45196,7 +45196,7 @@ For GUIs and wallet apps, it is recommended to set `announced_channel` to `false
| payment\_hash | string | The hexidecimal string which identifies a invoice. The payment\_hash is returned from a `lightning::payments::send_payment` request if the payment was sent by us, or from a `lightning::payments::generate_invoice` request if the payment is received (or will be received) by us. |
47369
+
| payment\_hash | string | The hexadecimal string which identifies a invoice. The payment\_hash is returned from a `lightning::payments::send_payment` request if the payment was sent by us, or from a `lightning::payments::generate_invoice` request if the payment is received (or will be received) by us. |
47370
47370
47371
47371
#### 📌 Example
47372
47372
@@ -60145,7 +60145,7 @@ export const description = "This guide describes how to query the MM2 SQLite dat
60145
60145
60146
60146
# How to Query the MM2 SQLite Database
60147
60147
60148
-
The Komodo DeFi Framework API stores historical information such as swaps and orders within an SQLite database, located under the DB user data folder with each wallet having its own subfolder represented by a hexideciaml string.
60148
+
The Komodo DeFi Framework API stores historical information such as swaps and orders within an SQLite database, located under the DB user data folder with each wallet having its own subfolder represented by a hexadeciaml string.
60149
60149
This string is shown in the runtime logs of the `kdf` binary as `Public key hash` when it starts up.
0 commit comments