diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-07-30 21:42:17 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-08-08 17:12:57 +0200 |
commit | 9d5e98ff80479628492329b3b6bdce56d255baa0 (patch) | |
tree | 14a3c69da4329598561316541c6e8d770810b9e0 /test | |
parent | 2507fd55568b361080e9127f40584af2df64f76e (diff) |
Fix typos.
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/rawtransactions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/rawtransactions.py b/test/functional/rawtransactions.py index 6272fc69b7..b6b90d6781 100755 --- a/test/functional/rawtransactions.py +++ b/test/functional/rawtransactions.py @@ -2,7 +2,7 @@ # Copyright (c) 2014-2016 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -"""Test the rawtranscation RPCs. +"""Test the rawtransaction RPCs. Test the following RPCs: - createrawtransaction |