diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2020-08-07 17:36:36 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2020-09-10 13:44:53 +0200 |
commit | 92326d89766155a792254d30a9962251b8fc7799 (patch) | |
tree | 5ecf9e916565ee452377c9db6082d09a340903b4 /test/functional/test_runner.py | |
parent | 2c2a1445dc9d22c9d729b8301c8b3f54195bcfcf (diff) |
[rpc] add send method
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 578afe5f30..a3e160f12e 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', |