This commit is contained in:
Dave Collins 2013-11-14 11:13:58 -06:00
parent f4a6449ad3
commit 1ca389aa3d

View file

@ -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",
}