README
¶
lnd-notify-test
Reproduction repo for issue #6443 in LND.
- Connect to LND
- Fetch a TX in the mempool
- Subscribe to updates about it using the
chainnotifier.RegisterConfirmationsNtfn
API
Expected outcome: seeing updates about the TX being printed once it receives confirmations.
Usage
$ go build .
$ ./lnd-notify-test -cert=BASE64_CERT -macaroon=BASE64_MACAROON -lnd=LND_HOST_WITH_PORT
Documentation
¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.