File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -1642,20 +1642,6 @@ describe('Transaction', function () {
1642
1642
} ) ;
1643
1643
1644
1644
describe ( 'Special transaction payload integration' , function ( ) {
1645
- var randomPubKeyId = new PrivateKey ( )
1646
- . toPublicKey ( )
1647
- . _getID ( )
1648
- . toString ( 'hex' ) ;
1649
- var subTxRegisterHex =
1650
- '03000800000140420f0000000000016a000000005d0100047465737488d9931ea73d60eaf7e5671efc0552b912911f2a412068b83466eaae3ac1f5c021d8d95559592c1e4c49142dc0da61e4912e124b4bca5ad5f5e282e24f6c0c1b1580545479d2c40ca088e54316c836221a143da5596c' ;
1651
- var username = 'test' ;
1652
- var expectedPubKeyId = new PrivateKey ( privateKey )
1653
- . toPublicKey ( )
1654
- . _getID ( )
1655
- . toString ( 'hex' ) ;
1656
- var privateKeyToSignTransaction =
1657
- 'cRbKdvygFSgwQQ61owyRuiNiknvWPN2zjjw7KS22q7kCwt2naVJf' ;
1658
-
1659
1645
describe ( 'Provider Register Transaction with collateral (protx register)' , function ( ) {
1660
1646
it ( 'Should parse the payload if transaction serialized as a hex string' , function ( ) {
1661
1647
var tx = new Transaction ( proRegTxFixture . getProRegTransactionHex ( ) ) ;
@@ -1811,10 +1797,6 @@ describe('Transaction', function () {
1811
1797
expect ( tx . extraPayload . version ) . to . be . equal ( 1 ) ;
1812
1798
} ) ;
1813
1799
} ) ;
1814
-
1815
- describe ( 'Asset Lock' , function ( ) {
1816
-
1817
- } ) ;
1818
1800
} ) ;
1819
1801
} ) ;
1820
1802
You can’t perform that action at this time.
0 commit comments