aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/chain.h
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2019-02-01 16:17:43 -0500
committerRussell Yanofsky <russ@yanofsky.org>2019-02-01 16:17:43 -0500
commitaebafd0edf81b546d4b7db9e7f53e9eef2c0073e (patch)
treedb27087c678e64697383ada2f269ed0bd82626b7 /src/interfaces/chain.h
parent2c1fbaa771959f42078d2ca68b8705e92a4ad023 (diff)
downloadbitcoin-aebafd0edf81b546d4b7db9e7f53e9eef2c0073e.tar.xz
Rename Chain getLocator -> getTipLocator
Suggested https://github.com/bitcoin/bitcoin/pull/14711#discussion_r252044389
Diffstat (limited to 'src/interfaces/chain.h')
-rw-r--r--src/interfaces/chain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/chain.h b/src/interfaces/chain.h
index 735d5b60df..3a54b9164e 100644
--- a/src/interfaces/chain.h
+++ b/src/interfaces/chain.h
@@ -96,7 +96,7 @@ public:
virtual bool isPotentialTip(const uint256& hash) = 0;
//! Get locator for the current chain tip.
- virtual CBlockLocator getLocator() = 0;
+ virtual CBlockLocator getTipLocator() = 0;
//! Return height of the latest block common to locator and chain, which
//! is guaranteed to be an ancestor of the block used to create the