mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
Go fmt.
This commit is contained in:
parent
1ca389aa3d
commit
e2770d3691
1 changed files with 13 additions and 18 deletions
|
@ -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