Bring back nonstand script class stringer test.

This commit is contained in:
Dave Collins 2013-11-14 14:42:44 -06:00
parent e2770d3691
commit 80e8c589d8

View file

@ -2670,6 +2670,11 @@ var classStringifyTests = []struct {
scriptclass btcscript.ScriptClass
stringed string
}{
{
name: "nonstandardty",
scriptclass: btcscript.NonStandardTy
stringed: "nonstandard",
},
{
name: "pubkey",
scriptclass: btcscript.PubKeyTy,