From 3ed772d2219e58d6afea3d12c0ebebb8487445e7 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Wed, 30 Oct 2019 10:45:03 -0400 Subject: [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. --- test/functional/README.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/functional/README.md') 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. -- cgit v1.2.3