diff options
| author | practicalswift <[email protected]> | 2018-02-11 10:48:15 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-02-11 10:48:15 +0100 |
| commit | 11376b5583a283772c82f6d32d0007cdbf5b8ef0 (patch) | |
| tree | 743f25d31a5e9e181eb8a2e5a37bfcbcc2fee8ec /src/rpc/rawtransaction.cpp | |
| parent | Merge #12225: Mempool cleanups (diff) | |
| download | discoin-11376b5583a283772c82f6d32d0007cdbf5b8ef0.tar.xz discoin-11376b5583a283772c82f6d32d0007cdbf5b8ef0.zip | |
Fix a-vs-an typos
Diffstat (limited to 'src/rpc/rawtransaction.cpp')
| -rw-r--r-- | src/rpc/rawtransaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp index 00e73675b..fdd5cdad3 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" |