Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HathorNetwork/hathor-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0ad3797794c4d0c1159ae6db4fd87aa475abda76
Choose a base ref
..
head repository: HathorNetwork/hathor-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9cbb87ea3da4bad187cf1bde08974a4d8b93a56a
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/feature_activation/test_feature_simulation.py
2 changes: 1 addition & 1 deletion tests/feature_activation/test_feature_simulation.py
Original file line number Diff line number Diff line change
@@ -226,7 +226,7 @@ def test_feature(self) -> None:

# if we try to propagate a non-signaling block, it is not accepted
non_signaling_block = manager.generate_mining_block()
non_signaling_block.resolve()
manager.cpu_mining_service.resolve(non_signaling_block)
non_signaling_block.signal_bits = 0b10

with pytest.raises(BlockMustSignalError):