Skip to content

Commit 482fe26

Browse files
committed
Fixed a few issues in e2e tests
1 parent 9dd7f79 commit 482fe26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

e2e/infrastructure/TransactionHttp.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ describe('TransactionHttp', () => {
774774
NetworkType.MIJIN_TEST,
775775
[],
776776
);
777-
const signedTransaction = account.sign(aggregateTransaction, generationHash);
777+
const signedTransaction = account.sign(aggregateTransaction);
778778
const hashLockTransaction = HashLockTransaction.create(Deadline.create(),
779779
new Mosaic(new NamespaceId('cat.currency'), UInt64.fromUint(10 * Math.pow(10, NetworkCurrencyMosaic.DIVISIBILITY))),
780780
UInt64.fromUint(10000),
@@ -1559,7 +1559,6 @@ describe('TransactionHttp', () => {
15591559
const hash = sha256(Buffer.from(secretSeed, 'hex'));
15601560
const secret = sha256(Buffer.from(hash, 'hex'));
15611561
const proof = secretSeed;
1562-
const proofAnnounced = false;
15631562
const secretLockTransaction = SecretLockTransaction.create(
15641563
Deadline.create(),
15651564
NetworkCurrencyMosaic.createAbsolute(10),

0 commit comments

Comments
 (0)