Skip to content

Commit ed196f2

Browse files
committed
Fixed merge issues
1 parent c62ab70 commit ed196f2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

e2e/infrastructure/AccountHttp.spec.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -426,15 +426,7 @@ describe('AccountHttp', () => {
426426
);
427427
const addressModification = AccountRestrictionTransaction.createAddressRestrictionModificationTransaction(
428428
Deadline.create(),
429-
<<<<<<< HEAD
430-
<<<<<<< HEAD
431429
AccountRestrictionType.BlockIncomingAddress,
432-
=======
433-
AccountRestrictionType.BlockAddress,
434-
>>>>>>> Renamed RestrictionType to AccountRestrictionType
435-
=======
436-
AccountRestrictionType.BlockIncomingAddress,
437-
>>>>>>> Refactored AccountRestrictionType
438430
[addressPropertyFilter],
439431
NetworkType.MIJIN_TEST,
440432
);

0 commit comments

Comments
 (0)