Skip to content

Commit 8e424ba

Browse files
committed
refactor: unused code
1 parent 6d5fa0b commit 8e424ba

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

test/transaction/transaction.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,20 +1642,6 @@ describe('Transaction', function () {
16421642
});
16431643

16441644
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-
16591645
describe('Provider Register Transaction with collateral (protx register)', function () {
16601646
it('Should parse the payload if transaction serialized as a hex string', function () {
16611647
var tx = new Transaction(proRegTxFixture.getProRegTransactionHex());
@@ -1811,10 +1797,6 @@ describe('Transaction', function () {
18111797
expect(tx.extraPayload.version).to.be.equal(1);
18121798
});
18131799
});
1814-
1815-
describe('Asset Lock', function () {
1816-
1817-
});
18181800
});
18191801
});
18201802

0 commit comments

Comments
 (0)