Go fmt.
This commit is contained in:
parent
1ca389aa3d
commit
e2770d3691
1 changed files with 13 additions and 18 deletions
|
@ -2665,7 +2665,7 @@ nexttest:
|
|||
}
|
||||
}
|
||||
|
||||
var classStringifyTests = []struct{
|
||||
var classStringifyTests = []struct {
|
||||
name string
|
||||
scriptclass btcscript.ScriptClass
|
||||
stringed string
|
||||
|
@ -2690,11 +2690,6 @@ var classStringifyTests = []struct{
|
|||
scriptclass: btcscript.MultiSigTy,
|
||||
stringed: "multisig",
|
||||
},
|
||||
{
|
||||
name: "nonstandard",
|
||||
scriptclass: btcscript.NonStandardTy,
|
||||
stringed: "nonstandard",
|
||||
},
|
||||
{
|
||||
name: "broken",
|
||||
scriptclass: btcscript.ScriptClass(255),
|
||||
|
|
Loading…
Add table
Reference in a new issue