Skip to content

Commit 247b6c9

Browse files
committed
docs: Update links
1 parent 28b4727 commit 247b6c9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Migrated from [`bwt-dev/bwt`](https://github.com/bwt-dev/bwt) into a standalone repo
44

5-
(See https://github.com/shesek/bwt/commit/96ca92bbcd14df0c1badee8c997e8a458aa52aab)
5+
(See https://github.com/bwt-dev/bwt/commit/7ced0e4bccfcc9514e7d01aa9734ae8087c09d8e)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ To start the API servers, set `electrum_addr`/`http_addr`.
167167
- `addresses` - an array of addresses to track
168168
- `addresses_file` - path to file with addresses (one per line)
169169
- `rescan_since` - the unix timestamp to begin rescanning from, or 'now' to track new transactions only (the default)
170-
- `gap_limit` - the [gap limit](https://github.com/shesek/bwt#gap-limit) for address import (defaults to 20)
170+
- `gap_limit` - the [gap limit](https://github.com/bwt-dev/bwt#gap-limit) for address import (defaults to 20)
171171
- `initial_import_size` - the chunk size to use during the initial import (defaults to 350)
172172
- `force_rescan` - force rescanning for historical transactions, even if the addresses were already previously imported (defaults to false)
173173

174174
#### General settings
175175
- `poll_interval` - interval for polling new blocks/transactions from bitcoind in seconds (defaults to 5)
176-
- `tx_broadcast_cmd` - [custom command](https://github.com/shesek/bwt#scriptable-transaction-broadcast) for broadcasting transactions
176+
- `tx_broadcast_cmd` - [custom command](https://github.com/bwt-dev/bwt#scriptable-transaction-broadcast) for broadcasting transactions
177177
- `verbose` - verbosity level for stderr log messages (0-4, defaults to 0)
178178
- `require_addresses` - when disabled, the daemon will start even without any configured wallet addresses (defaults to true)
179179
- `setup_logger` - enable stderr logging (defaults to true)
@@ -190,7 +190,7 @@ To start the API servers, set `electrum_addr`/`http_addr`.
190190
- `webhooks_urls` - array of urls to notify with index updates
191191

192192
#### UNIX only
193-
- `unix_listener_path` - path to bind the [sync notification](https://github.com/shesek/bwt#real-time-indexing) unix socket (off by default)
193+
- `unix_listener_path` - path to bind the [sync notification](https://github.com/bwt-dev/bwt#real-time-indexing) unix socket (off by default)
194194

195195

196196

0 commit comments

Comments
 (0)