Skip to content

Commit d1d97de

Browse files
committed
Update docs
1 parent 1a10869 commit d1d97de

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Support development: [⛓️ on-chain or ⚡ lightning via BTCPay](https://btcpa
2727
- [Reproducible builds](#reproducible-builds)
2828
- [License](#license)
2929

30-
> Also see: [bwt](https://github.com/bwt-dev/bwt), [libbwt](https://github.com/bwt-dev/libbwt) and [libbwt-nodejs](https://github.com/bwt-dev/libbwt-nodejs).
30+
> Also see: [bwt](https://github.com/bwt-dev/bwt), [libbwt](https://github.com/bwt-dev/libbwt) and [libbwt-jni](https://github.com/bwt-dev/libbwt-jni).
3131
3232
## Usage
3333

@@ -62,11 +62,7 @@ const bwtd = await BwtDaemon({
6262
// Rescan since timestamp. Accepts unix timestamps, date strings, Date objects, or 'now' to look for new transactions only
6363
rescan_since: '2020-01-01',
6464

65-
// Enable HTTP and Electrum servers
66-
http: true,
67-
electrum: true,
68-
69-
// Bind on port 0 to use any available port (the default)
65+
// Enable HTTP and Electrum servers (use port 0 to bind on any available port)
7066
electrum_addr: '127.0.0.1:0',
7167
http_addr: '127.0.0.1:0',
7268

scripts/release-footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
### Verifying signatures
55

6-
The releases are signed by Nadav Ivgi (@shesek). The public key can be verified on the [PGP WoT](http://keys.gnupg.net/pks/lookup?op=vindex&fingerprint=on&search=0x81F6104CD0F150FC), [github](https://api.github.com/users/shesek/gpg_keys), [twitter](https://twitter.com/shesek), [keybase](https://keybase.io/nadav), [hacker news](https://news.ycombinator.com/user?id=nadaviv) and [this video presentation](https://youtu.be/SXJaN2T3M10?t=4) (bottom of slide).
6+
The releases are signed by Nadav Ivgi (@shesek). The public key can be verified on the [PGP WoT](http://keys.gnupg.net/pks/lookup?op=vindex&fingerprint=on&search=0x81F6104CD0F150FC), [github](https://api.github.com/users/shesek/gpg_keys), [twitter](https://twitter.com/shesek), [keybase](https://keybase.io/nadav), [hacker news](https://news.ycombinator.com/user?id=nadaviv) and [this video presentation](https://youtu.be/SXJaN2T3M10?t=4).
77

88
```bash
99
# Download

0 commit comments

Comments
 (0)