Fix missing comma.

This commit is contained in:
Dave Collins 2013-11-14 14:43:40 -06:00
parent 80e8c589d8
commit 8550b11685

View file

@ -2672,7 +2672,7 @@ var classStringifyTests = []struct {
}{ }{
{ {
name: "nonstandardty", name: "nonstandardty",
scriptclass: btcscript.NonStandardTy scriptclass: btcscript.NonStandardTy,
stringed: "nonstandard", stringed: "nonstandard",
}, },
{ {