diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-22 06:40:14 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-22 17:50:03 +0100 |
commit | 389745901a79567e34fe30df99b77720ef0f686d (patch) | |
tree | 47c34df21aa94167f1d8b816112cc1e0bf8309ab /test/functional/multi_rpc.py | |
parent | 72163d45857d891d7eac71d664dbc255275c6f00 (diff) |
[tests] Remove unused variables
Diffstat (limited to 'test/functional/multi_rpc.py')
-rwxr-xr-x | test/functional/multi_rpc.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/multi_rpc.py b/test/functional/multi_rpc.py index 3b74bf1c46..a9701c548b 100755 --- a/test/functional/multi_rpc.py +++ b/test/functional/multi_rpc.py @@ -41,11 +41,9 @@ class HTTPBasicsTest (BitcoinTestFramework): authpair = url.username + ':' + url.password #New authpair generated via share/rpcuser tool - rpcauth = "rpcauth=rt:93648e835a54c573682c2eb19f882535$7681e9c5b74bdd85e78166031d2058e1069b3ed7ed967c93fc63abba06f31144" password = "cA773lm788buwYe4g4WT+05pKyNruVKjQ25x3n0DQcM=" #Second authpair with different username - rpcauth2 = "rpcauth=rt2:f8607b1a88861fac29dfccf9b52ff9f$ff36a0c23c8c62b4846112e50fa888416e94c17bfd4c42f88fd8f55ec6a3137e" password2 = "8/F3uMDw4KSEbw96U3CA1C4X05dkHDN2BPFjTgZW4KI=" authpairnew = "rt:"+password |