mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 10:11:11 +02:00
lnrpc: add wallet output type for Taproot
This commit is contained in:
@@ -637,6 +637,7 @@ enum OutputScriptType {
|
||||
SCRIPT_TYPE_NULLDATA = 6;
|
||||
SCRIPT_TYPE_NON_STANDARD = 7;
|
||||
SCRIPT_TYPE_WITNESS_UNKNOWN = 8;
|
||||
SCRIPT_TYPE_WITNESS_V1_TAPROOT = 9;
|
||||
}
|
||||
|
||||
message OutputDetail {
|
||||
|
Reference in New Issue
Block a user