Skip to content

Commit d19dff7

Browse files
committed
hexidecimal -> hexadecimal
1 parent 2a50eaa commit d19dff7

File tree

11 files changed

+38
-38
lines changed

11 files changed

+38
-38
lines changed

data-for-gpts/all-content.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -31825,7 +31825,7 @@ Using the recommended values in the above table with a coin that has a block tim
3182531825
| ---------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3182631826
| name | string | The name of the node that will be used in [lightning explorers](https://mempool.space/testnet/lightning/node/024e2a940e0cbeda84a0d5e00fa8e83b3f4e7f98382eedb488d058e0f5636dd164/r/n) |
3182731827
| 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) |
3182931829
| payment\_retries | integer | Optional, defaults to `5`. Number of times a payment will be retried if it fails. |
3183031830
| backup\_path | string | Optional. The backup path for channel backups, preferably on an external drive. |
3183131831

@@ -31869,7 +31869,7 @@ For GUIs and wallet apps, it is recommended to set `announced_channel` to `false
3186931869
| Parameter | Type | Description |
3187031870
| ---------------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------- |
3187131871
| channel\_id | string | Optional. Unique string identifying a channel by its ID. |
31872-
| counterparty\_node\_id | string | Optional. A hexidecimal string identifying a counterparty node. |
31872+
| counterparty\_node\_id | string | Optional. A hexadecimal string identifying a counterparty node. |
3187331873
| funding\_tx | string | Optional. A transaction ID which added funds. |
3187431874
| from\_funding\_value | integer | Optional. The minimum value of channel funding in satoshis. |
3187531875
| to\_funding\_value | integer | Optional. The maximum value of channel funding in satoshis. |
@@ -31889,7 +31889,7 @@ Response may change to be more consistent in future.
3188931889
| Parameter | Type | Description |
3189031890
| ------------------------------ | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3189131891
| channel\_id | string | Optional. Unique string identifying a channel by its ID. |
31892-
| counterparty\_node\_id | string | Optional. A hexidecimal string identifying a counterparty node. |
31892+
| counterparty\_node\_id | string | Optional. A hexadecimal string identifying a counterparty node. |
3189331893
| funding\_tx | string | Optional. A transaction ID which added funds. |
3189431894
| from\_funding\_value\_sats | integer | Optional. The minimum value of channel funding in satoshis. |
3189531895
| to\_funding\_value\_sats | integer | Optional. The maximum value of channel funding in satoshis. |
@@ -45152,7 +45152,7 @@ The `FeeInfo` response object includes the following items for [withdraw (v2)](/
4515245152
| ---------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4515345153
| name | string | The name of the node that will be used in [lightning explorers](https://mempool.space/testnet/lightning/node/024e2a940e0cbeda84a0d5e00fa8e83b3f4e7f98382eedb488d058e0f5636dd164/r/n) |
4515445154
| 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) |
4515645156
| payment\_retries | integer | Optional, defaults to `5`. Number of times a payment will be retried if it fails. |
4515745157
| backup\_path | string | Optional. The backup path for channel backups, preferably on an external drive. |
4515845158

@@ -45196,7 +45196,7 @@ For GUIs and wallet apps, it is recommended to set `announced_channel` to `false
4519645196
| Parameter | Type | Description |
4519745197
| ---------------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------- |
4519845198
| channel\_id | string | Optional. Unique string identifying a channel by its ID. |
45199-
| counterparty\_node\_id | string | Optional. A hexidecimal string identifying a counterparty node. |
45199+
| counterparty\_node\_id | string | Optional. A hexadecimal string identifying a counterparty node. |
4520045200
| funding\_tx | string | Optional. A transaction ID which added funds. |
4520145201
| from\_funding\_value | integer | Optional. The minimum value of channel funding in satoshis. |
4520245202
| to\_funding\_value | integer | Optional. The maximum value of channel funding in satoshis. |
@@ -45216,7 +45216,7 @@ Response may change to be more consistent in future.
4521645216
| Parameter | Type | Description |
4521745217
| ------------------------------ | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4521845218
| channel\_id | string | Optional. Unique string identifying a channel by its ID. |
45219-
| counterparty\_node\_id | string | Optional. A hexidecimal string identifying a counterparty node. |
45219+
| counterparty\_node\_id | string | Optional. A hexadecimal string identifying a counterparty node. |
4522045220
| funding\_tx | string | Optional. A transaction ID which added funds. |
4522145221
| from\_funding\_value\_sats | integer | Optional. The minimum value of channel funding in satoshis. |
4522245222
| to\_funding\_value\_sats | integer | Optional. The maximum value of channel funding in satoshis. |
@@ -47366,7 +47366,7 @@ The `lightning::payments::get_payment_details` method returns details about a li
4736647366
| Parameter | Type | Description |
4736747367
| ------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
4736847368
| coin | string | Ticker of the coin to query. |
47369-
| 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. |
4737047370

4737147371
#### 📌 Example
4737247372

@@ -60145,7 +60145,7 @@ export const description = "This guide describes how to query the MM2 SQLite dat
6014560145

6014660146
# How to Query the MM2 SQLite Database
6014760147

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.
6014960149
This string is shown in the runtime logs of the `kdf` binary as `Public key hash` when it starts up.
6015060150

6015160151
```bash

0 commit comments

Comments
 (0)