Bring back nonstand script class stringer test.
This commit is contained in:
parent
e2770d3691
commit
80e8c589d8
1 changed files with 5 additions and 0 deletions
|
@ -2670,6 +2670,11 @@ var classStringifyTests = []struct {
|
|||
scriptclass btcscript.ScriptClass
|
||||
stringed string
|
||||
}{
|
||||
{
|
||||
name: "nonstandardty",
|
||||
scriptclass: btcscript.NonStandardTy
|
||||
stringed: "nonstandard",
|
||||
},
|
||||
{
|
||||
name: "pubkey",
|
||||
scriptclass: btcscript.PubKeyTy,
|
||||
|
|
Loading…
Add table
Reference in a new issue