Skip to content

Commit

Permalink
test: expect Should not specify proTxHash error when flag is 0x01
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Dec 22, 2023
1 parent 1e25768 commit c9752ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/functional/p2p_quorum_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ def test_rpc_quorum_getdata_protx_hash():
assert_raises_rpc_error(-8, "proTxHash invalid",
mn1.node.quorum, "getdata", 0, 100, quorum_hash, 0x03,
"0000000000000000000000000000000000000000000000000000000000000000")
assert_raises_rpc_error(-8, "Should not specify proTxHash",
mn1.node.quorum, "getdata", 0, 100, quorum_hash, 0x01, mn1.proTxHash)

# Enable DKG and disable ChainLocks
self.nodes[0].sporkupdate("SPORK_17_QUORUM_DKG_ENABLED", 0)
Expand Down

0 comments on commit c9752ea

Please sign in to comment.