added sig_canonical tests

This commit is contained in:
Manuel Araoz 2014-12-16 13:40:03 -03:00
parent 0df165f1c7
commit 35d664b588
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ describe('Signature', function() {
Signature.isTxDER(sigbuf).should.equal(false);
});
describe('bitcoind fixtures', function() {
var test_sigs = function(set, expected) {
var i = 0;