aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/mininode.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-04-24 13:49:56 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-04-24 13:39:08 -0400
commitfa02c5b38b4343e70ddb656c971c9707075f5a8f (patch)
treeeb7eb42cfb433ea82c107c7c4ba351148d4c00cf /test/functional/test_framework/mininode.py
parentfadfbd33ab4ea57f1efa2d10a346c25c4ad18b58 (diff)
downloadbitcoin-fa02c5b38b4343e70ddb656c971c9707075f5a8f.tar.xz
qa: Clarify documentation for send_txs_and_test
Diffstat (limited to 'test/functional/test_framework/mininode.py')
-rwxr-xr-xtest/functional/test_framework/mininode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/mininode.py b/test/functional/test_framework/mininode.py
index 0fbb3ce2cd..7c2125a177 100755
--- a/test/functional/test_framework/mininode.py
+++ b/test/functional/test_framework/mininode.py
@@ -559,7 +559,7 @@ class P2PDataStore(P2PInterface):
- add all txs to our tx_store
- send tx messages for all txs
- - if success is True: assert that the txs are accepted to the mempool
+ - if success is True/False: assert that the txs are/are not accepted to the mempool
- if expect_disconnect is True: Skip the sync with ping
- if reject_code and reject_reason are set: assert that the correct reject message is received."""