You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(input.witness.length).to.be.equal(0,'The SVP fund transaction inputs should not have witness data when TDB800 is not active.');
488
-
});
489
-
}elseif(!segwitToSegwitFederationChange){
476
+
if(!segwitToSegwitFederationChange){
490
477
svpFundTransaction.ins.forEach(input=>{
491
-
expect(input.witness.length).to.be.equal(0,'The SVP fund transaction inputs should not have witness data when TDB800 is active and there has been no previous p2sh to p2wsh federation change.');
478
+
expect(input.witness.length).to.be.equal(0,'The SVP fund transaction inputs should not have witness data when there has not been a previous p2sh to p2wsh federation change.');
492
479
});
493
480
}elseif(segwitToSegwitFederationChange){
494
481
svpFundTransaction.ins.forEach(input=>{
495
-
expect(input.witness.length).to.be.greaterThan(0,'The SVP fund transaction inputs should have witness data when TDB800 and there has been a previous p2sh to p2wsh federation change.');
482
+
expect(input.witness.length).to.be.greaterThan(0,'The SVP fund transaction inputs should have witness data when there has been a previous p2sh to p2wsh federation change.');
0 commit comments