Skip to content

Commit fa02c5b

Browse files
author
MarcoFalke
committed
qa: Clarify documentation for send_txs_and_test
1 parent fadfbd3 commit fa02c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test_framework/mininode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def send_txs_and_test(self, txs, rpc, success=True, expect_disconnect=False, rej
559559
560560
- add all txs to our tx_store
561561
- send tx messages for all txs
562-
- if success is True: assert that the txs are accepted to the mempool
562+
- if success is True/False: assert that the txs are/are not accepted to the mempool
563563
- if expect_disconnect is True: Skip the sync with ping
564564
- if reject_code and reject_reason are set: assert that the correct reject message is received."""
565565

0 commit comments

Comments
 (0)