mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 07:35:07 +02:00
multi: add p2tr keyspend wallet support
This commit is contained in:
@@ -334,6 +334,7 @@ enum AddressType {
|
||||
WITNESS_PUBKEY_HASH = 1;
|
||||
NESTED_WITNESS_PUBKEY_HASH = 2;
|
||||
HYBRID_NESTED_WITNESS_PUBKEY_HASH = 3;
|
||||
TAPROOT_PUBKEY = 4;
|
||||
}
|
||||
message Account {
|
||||
// The name used to identify the account.
|
||||
|
Reference in New Issue
Block a user