[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.
This commit is contained in:
John Newbery
2019-10-30 10:45:03 -04:00
parent f950ec2520
commit 3ed772d221
3 changed files with 34 additions and 48 deletions

View File

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