Go fmt.
This commit is contained in:
parent
f4a6449ad3
commit
1ca389aa3d
1 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue