mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-13 12:33:04 +02:00
server: bump required lnd version for Taproot to v0.15.1-beta
This commit is contained in:
parent
28e004ba02
commit
a1dab842d6
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ var (
|
|||
taprootVersion = &verrpc.Version{
|
||||
AppMajor: 0,
|
||||
AppMinor: 15,
|
||||
AppPatch: 0,
|
||||
AppPatch: 1,
|
||||
BuildTags: []string{
|
||||
"signrpc", "walletrpc", "chainrpc", "invoicesrpc",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue