test: Remove unused, undocumented and misleading CScript.__add__

This commit is contained in:
MarcoFalke
2020-04-22 09:06:28 -04:00
parent 9e8e813df5
commit faff9e4bb4
3 changed files with 5 additions and 11 deletions

View File

@@ -23,3 +23,4 @@ from test_framework.script import CScript
# scriptPubKeys are needed, to guarantee that the minimum transaction size is
# met.
DUMMY_P2WPKH_SCRIPT = CScript([b'a' * 21])
DUMMY_2_P2WPKH_SCRIPT = CScript([b'b' * 21])