add ScriptInterpreter example to test

This commit is contained in:
Ryan X. Charles 2014-07-16 11:32:41 -07:00
parent 11d2b0e0e7
commit 95d180c2a3
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ var examples = [
'CreateAndSignTx-PayToPubkeyHash',
'CreateAndSignTx-PayToScriptHash',
'Script',
'ScriptInterpreter'
];
describe('Examples', function() {