Skip to content

Commit 630380a

Browse files
committed
Support Anchor scriptpubkey type
1 parent 06a6c15 commit 630380a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

json/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@ pub struct Softfork {
906906
#[serde(rename_all = "lowercase")]
907907
pub enum ScriptPubkeyType {
908908
Nonstandard,
909+
Anchor,
909910
Pubkey,
910911
PubkeyHash,
911912
ScriptHash,

0 commit comments

Comments
 (0)