qa: Clarify documentation for send_txs_and_test

This commit is contained in:
MarcoFalke 2018-04-24 13:49:56 -04:00
parent fadfbd33ab
commit fa02c5b38b
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548
1 changed files with 1 additions and 1 deletions

View File

@ -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."""