aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-02-11 10:48:15 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2018-02-11 10:48:15 +0100
commit11376b5583a283772c82f6d32d0007cdbf5b8ef0 (patch)
tree743f25d31a5e9e181eb8a2e5a37bfcbcc2fee8ec /src/rpc
parent67447ba06057b8e83f962c82491d2fe6c5211f50 (diff)
downloadbitcoin-11376b5583a283772c82f6d32d0007cdbf5b8ef0.tar.xz
Fix a-vs-an typos
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/rawtransaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp
index 00e73675b4..fdd5cdad31 100644
--- a/src/rpc/rawtransaction.cpp
+++ b/src/rpc/rawtransaction.cpp
@@ -692,7 +692,7 @@ UniValue signrawtransaction(const JSONRPCRequest& request)
"\nArguments:\n"
"1. \"hexstring\" (string, required) The transaction hex string\n"
- "2. \"prevtxs\" (string, optional) An json array of previous dependent transaction outputs\n"
+ "2. \"prevtxs\" (string, optional) A json array of previous dependent transaction outputs\n"
" [ (json array of json objects, or 'null' if none provided)\n"
" {\n"
" \"txid\":\"id\", (string, required) The transaction id\n"