aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
diff options
context:
space:
mode:
authorleijurv <[email protected]>2016-08-13 11:21:13 -0600
committerleijurv <[email protected]>2016-08-14 07:57:11 -0600
commit1aacfc2da521a8e0d718e9ac561d9b2d7916eb0b (patch)
tree36df60d617ba18670531ac3055ea24a4ca13753c /src/rpc/mining.cpp
parentMerge #8353: Trivial: tiny c++11 refactors (diff)
downloaddiscoin-1aacfc2da521a8e0d718e9ac561d9b2d7916eb0b.tar.xz
discoin-1aacfc2da521a8e0d718e9ac561d9b2d7916eb0b.zip
various typos
Diffstat (limited to 'src/rpc/mining.cpp')
-rw-r--r--src/rpc/mining.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp
index 2479e5d59..6d88d4bec 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");