aboutsummaryrefslogtreecommitdiff
path: root/test/functional/README.md
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2019-10-30 10:45:03 -0400
committerJohn Newbery <john@johnnewbery.com>2019-10-30 11:02:51 -0400
commit3ed772d2219e58d6afea3d12c0ebebb8487445e7 (patch)
treeeb7c44f2b95e26dae70b206d011fc9f359ac917e /test/functional/README.md
parentf950ec25201e8ff7948be99ce3171f9700c4a8dc (diff)
downloadbitcoin-3ed772d2219e58d6afea3d12c0ebebb8487445e7.tar.xz
[tests] remove bignum.py
It only contains one function and is only imported by one other module (script.py). Just move the function to script.py.
Diffstat (limited to 'test/functional/README.md')
-rw-r--r--test/functional/README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/README.md b/test/functional/README.md
index a9b83076eb..92a2bf36f7 100644
--- a/test/functional/README.md
+++ b/test/functional/README.md
@@ -121,9 +121,6 @@ Utilities for manipulating transaction scripts (originally from python-bitcoinli
#### [key.py](test_framework/key.py)
Test-only secp256k1 elliptic curve implementation
-#### [bignum.py](test_framework/bignum.py)
-Helpers for script.py
-
#### [blocktools.py](test_framework/blocktools.py)
Helper functions for creating blocks and transactions.