server: bump required lnd version for Taproot to v0.15.1-beta

This commit is contained in:
Oliver Gugger 2022-09-12 17:19:13 +02:00
parent 28e004ba02
commit a1dab842d6
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -60,7 +60,7 @@ var (
taprootVersion = &verrpc.Version{
AppMajor: 0,
AppMinor: 15,
AppPatch: 0,
AppPatch: 1,
BuildTags: []string{
"signrpc", "walletrpc", "chainrpc", "invoicesrpc",
},