update integration test descriptions
This commit is contained in:
parent
2affeda3f4
commit
752aeae0d3
1 changed files with 2 additions and 3 deletions
|
@ -12,11 +12,10 @@ var helloblock = require('helloblock-js')({
|
||||||
network: 'testnet'
|
network: 'testnet'
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('integration', function() {
|
describe('p2sh', function() {
|
||||||
this.timeout(10000);
|
this.timeout(10000);
|
||||||
|
|
||||||
it('scripthash transactions', function(done) {
|
it('spends from a 2-of-2 address', function(done) {
|
||||||
// 2-of-2 scripthash
|
|
||||||
var privKeys = [
|
var privKeys = [
|
||||||
'91avARGdfge8E4tZfYLoxeJ5sGBdNJQH4kvjJoQFacbgwmaKkrx',
|
'91avARGdfge8E4tZfYLoxeJ5sGBdNJQH4kvjJoQFacbgwmaKkrx',
|
||||||
'91avARGdfge8E4tZfYLoxeJ5sGBdNJQH4kvjJoQFacbgww7vXtT'
|
'91avARGdfge8E4tZfYLoxeJ5sGBdNJQH4kvjJoQFacbgww7vXtT'
|
||||||
|
|
Loading…
Reference in a new issue