File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2929* [ Fixed a bug] ( https://github.com/lightningnetwork/lnd/pull/8822 ) that caused
3030 LND to read the config only partially and continued with the startup.
3131
32+ * [ Avoids duplicate wallet addresses being
33+ created] ( https://github.com/lightningnetwork/lnd/pull/8921 ) when multiple RPC
34+ calls are made concurrently.
35+
3236# New Features
3337## Functional Enhancements
3438## RPC Additions
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/btcsuite/btcd/btcutil/psbt v1.1.8
1111 github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
1212 github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
13- github.com/btcsuite/btcwallet v0.16.10-0.20240706055350-e391a1c31df2
13+ github.com/btcsuite/btcwallet v0.16.10-0.20240718224643-db3a4a2543bd
1414 github.com/btcsuite/btcwallet/wallet/txauthor v1.3.4
1515 github.com/btcsuite/btcwallet/wallet/txrules v1.2.1
1616 github.com/btcsuite/btcwallet/walletdb v1.4.2
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0/go.mod h1:7SFka0XMvUgj3hfZtyd
9292github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f h1:bAs4lUbRJpnnkd9VhRV3jjAVU7DJVjMaK+IsvSeZvFo =
9393github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f /go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA =
9494github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d /go.mod h1:+5NJ2+qvTyV9exUAL/rxXi3DcLg2Ts+ymUAY5y4NvMg =
95- github.com/btcsuite/btcwallet v0.16.10-0.20240706055350-e391a1c31df2 h1:mJquwdcEA4hZip4XKbRPAM9rOrus6wlNEcWzMz5CHsI =
96- github.com/btcsuite/btcwallet v0.16.10-0.20240706055350-e391a1c31df2 /go.mod h1:SLFUSQbP8ON/wxholYMfVLvGPJyk7boczOW/ob+nww4 =
95+ github.com/btcsuite/btcwallet v0.16.10-0.20240718224643-db3a4a2543bd h1:QDb8foTCRoXrfoZVEzSYgSde16MJh4gCtCin8OCS0kI =
96+ github.com/btcsuite/btcwallet v0.16.10-0.20240718224643-db3a4a2543bd /go.mod h1:X2xDre+j1QphTRo54y2TikUzeSvreL1t1aMXrD8Kc5A =
9797github.com/btcsuite/btcwallet/wallet/txauthor v1.3.4 h1:poyHFf7+5+RdxNp5r2T6IBRD7RyraUsYARYbp/7t4D8 =
9898github.com/btcsuite/btcwallet/wallet/txauthor v1.3.4 /go.mod h1:GETGDQuyq+VFfH1S/+/7slLM/9aNa4l7P4ejX6dJfb0 =
9999github.com/btcsuite/btcwallet/wallet/txrules v1.2.1 h1:UZo7YRzdHbwhK7Rhv3PO9bXgTxiOH45edK5qdsdiatk =
You can’t perform that action at this time.
0 commit comments