diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-08-17 12:50:28 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-08-17 12:51:16 +0200 |
commit | e753eaeb343c0e52bbe2e7c43b16c6a2e6bc3b61 (patch) | |
tree | 20bf15b38d659fce3027d37d9678009942e13c6c /src/rpc | |
parent | 65e64441810670c4f20d6f0979dc455e6ed91ea5 (diff) | |
parent | 1aacfc2da521a8e0d718e9ac561d9b2d7916eb0b (diff) |
Merge #8505: Trivial: Fix typos in various files
1aacfc2 various typos (leijurv)
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/mining.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp index 2479e5d595..6d88d4bec8 100644 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.cpp @@ -650,7 +650,7 @@ UniValue getblocktemplate(const UniValue& params, bool fHelp) if (nMaxVersionPreVB >= 2) { // If VB is supported by the client, nMaxVersionPreVB is -1, so we won't get here - // Because BIP 34 changed how the generation transaction is serialised, we can only use version/force back to v2 blocks + // Because BIP 34 changed how the generation transaction is serialized, we can only use version/force back to v2 blocks // This is safe to do [otherwise-]unconditionally only because we are throwing an exception above if a non-force deployment gets activated // Note that this can probably also be removed entirely after the first BIP9 non-force deployment (ie, probably segwit) gets activated aMutable.push_back("version/force"); |