Skip to content

Commit 625375f

Browse files
committed
fix: add anchor to script pubkey type
1 parent 06a6c15 commit 625375f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

json/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,7 @@ pub enum ScriptPubkeyType {
915915
Witness_v0_ScriptHash,
916916
Witness_v1_Taproot,
917917
Witness_Unknown,
918+
Anchor
918919
}
919920

920921
#[derive(Clone, PartialEq, Eq, Debug, Deserialize, Serialize)]

0 commit comments

Comments
 (0)