Fix missing comma.
This commit is contained in:
parent
80e8c589d8
commit
8550b11685
1 changed files with 1 additions and 1 deletions
|
@ -2672,7 +2672,7 @@ var classStringifyTests = []struct {
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
name: "nonstandardty",
|
name: "nonstandardty",
|
||||||
scriptclass: btcscript.NonStandardTy
|
scriptclass: btcscript.NonStandardTy,
|
||||||
stringed: "nonstandard",
|
stringed: "nonstandard",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue