File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
# Copyright (c) 2016 The Bitcoin Core developers
3
3
# Distributed under the MIT software license, see the accompanying
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
- """Test the bumpfee RPC."""
5
+ """Test the bumpfee RPC.
6
+
7
+ Verifies that the bumpfee RPC creates replacement transactions successfully when
8
+ its preconditions are met, and returns appropriate errors in other cases.
9
+
10
+ This module consists of around a dozen individual test cases implemented in the
11
+ top-level functions named as test_<test_case_description>. The test functions
12
+ can be disabled or reordered if needed for debugging. If new test cases are
13
+ added in the the future, they should try to follow the same convention and not
14
+ make assumptions about execution order.
15
+ """
6
16
7
17
from segwit import send_to_witness
8
18
from test_framework .test_framework import BitcoinTestFramework
You can’t perform that action at this time.
0 commit comments