aboutsummaryrefslogtreecommitdiff
path: root/src/txdb.h
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2017-07-12 16:48:36 -0400
committerCory Fields <[email protected]>2017-07-17 11:34:38 -0400
commit9a1675ee5b27f8634f9917a1f80904c9319739d3 (patch)
treebf734d7b8eca833817f3b2ec1790884d8d8507b6 /src/txdb.h
parentMerge #10831: Batch flushing operations to the walletdb during top up and inc... (diff)
downloaddiscoin-9a1675ee5b27f8634f9917a1f80904c9319739d3.tar.xz
discoin-9a1675ee5b27f8634f9917a1f80904c9319739d3.zip
optim: mark a few classes final
Diffstat (limited to 'src/txdb.h')
-rw-r--r--src/txdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txdb.h b/src/txdb.h
index adcbc7338..385e3ea91 100644
--- a/src/txdb.h
+++ b/src/txdb.h
@@ -64,7 +64,7 @@ struct CDiskTxPos : public CDiskBlockPos
};
/** CCoinsView backed by the coin database (chainstate/) */
-class CCoinsViewDB : public CCoinsView
+class CCoinsViewDB final : public CCoinsView
{
protected:
CDBWrapper db;