aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSjors Provoost <[email protected]>2020-08-07 17:36:36 +0200
committerSjors Provoost <[email protected]>2020-09-10 13:44:53 +0200
commit92326d89766155a792254d30a9962251b8fc7799 (patch)
tree5ecf9e916565ee452377c9db6082d09a340903b4 /test/functional/test_runner.py
parent[rpc] add snake case aliases for transaction methods (diff)
downloaddiscoin-92326d89766155a792254d30a9962251b8fc7799.tar.xz
discoin-92326d89766155a792254d30a9962251b8fc7799.zip
[rpc] add send method
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 578afe5f3..a3e160f12 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -225,6 +225,7 @@ BASE_SCRIPTS = [
'rpc_estimatefee.py',
'rpc_getblockstats.py',
'wallet_create_tx.py',
+ 'wallet_send.py',
'p2p_fingerprint.py',
'feature_uacomment.py',
'wallet_coinbase_category.py',