From 630380add157ab536b74a8def7fb53b99fccb5d4 Mon Sep 17 00:00:00 2001
From: acidbunny21 <codeberg@tmhy.fyi>
Date: Wed, 23 Apr 2025 09:51:53 +0200
Subject: [PATCH] Support Anchor scriptpubkey type

---
 json/src/lib.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/json/src/lib.rs b/json/src/lib.rs
index 25f3508e..e2a6e142 100644
--- a/json/src/lib.rs
+++ b/json/src/lib.rs
@@ -906,6 +906,7 @@ pub struct Softfork {
 #[serde(rename_all = "lowercase")]
 pub enum ScriptPubkeyType {
     Nonstandard,
+    Anchor,
     Pubkey,
     PubkeyHash,
     ScriptHash,