Skip to content

Commit 4abc075

Browse files
committed
Also tests that scan for exceptions when running tx pool
1 parent 1fe0609 commit 4abc075

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/trinity/integration/test_boot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,11 @@ async def test_light_boot(async_process_runner, command):
9494
(
9595
# mainnet
9696
('trinity',),
97+
('trinity', '--tx-pool',),
9798
('trinity', '--light',),
9899
# ropsten
99100
('trinity', '--ropsten',),
101+
('trinity', '--ropsten', '--tx-pool',),
100102
('trinity', '--light', '--ropsten',),
101103
)
102104
)

0 commit comments

Comments
 (0)