diff --git a/script.go b/script.go index a275aef4..1ca6bd7d 100644 --- a/script.go +++ b/script.go @@ -147,10 +147,10 @@ const ( ) var scriptClassToName = []string{ - PubKeyTy: "pubkey", - PubKeyHashTy: "pubkeyhash", - ScriptHashTy: "scripthash", - MultiSigTy: "multisig", + PubKeyTy: "pubkey", + PubKeyHashTy: "pubkeyhash", + ScriptHashTy: "scripthash", + MultiSigTy: "multisig", NonStandardTy: "nonstandard", }