60ebc7da4c
This trivial change adds the "override" keyword to some methods of subclasses meant to override interface methods. This ensures that any future change to the interface' method signatures which are not correctly mirrored in the subclass will break at compile time with a clear error message, rather than fail at runtime (which is harder to debug). |
||
---|---|---|
.. | ||
data | ||
.gitignore | ||
base58.cpp | ||
bench.cpp | ||
bench.h | ||
bench_bitcoin.cpp | ||
ccoins_caching.cpp | ||
checkblock.cpp | ||
checkqueue.cpp | ||
coin_selection.cpp | ||
crypto_hash.cpp | ||
Examples.cpp | ||
lockedpool.cpp | ||
mempool_eviction.cpp | ||
prevector.cpp | ||
rollingbloom.cpp | ||
verify_script.cpp |