diff options
author | ismaelsadeeq <ask4ismailsadiq@gmail.com> | 2023-12-06 14:47:44 +0100 |
---|---|---|
committer | ismaelsadeeq <ask4ismailsadiq@gmail.com> | 2024-01-02 12:40:11 +0100 |
commit | fcd429664818f14cace580513e7e6159335b5416 (patch) | |
tree | 0725607b8229bfb62b6766e39197915c7b4e007a /src/validationinterface.h | |
parent | 562664d26374331d291b97e2e2f7fca1f0fd467b (diff) |
doc: fix typo and update incorrect comment
Diffstat (limited to 'src/validationinterface.h')
-rw-r--r-- | src/validationinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validationinterface.h b/src/validationinterface.h index e1d6869fab..d9292ae2c9 100644 --- a/src/validationinterface.h +++ b/src/validationinterface.h @@ -150,7 +150,7 @@ protected: virtual void BlockConnected(ChainstateRole role, const std::shared_ptr<const CBlock> &block, const CBlockIndex *pindex) {} /** * Notifies listeners of a block being disconnected - * Provides the block that was connected. + * Provides the block that was disconnected. * * Called on a background thread. Only called for the active chainstate, since * background chainstates should never disconnect blocks. |