File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,12 @@ struct CMainSignals {
60
60
boost::signals2::signal<void (const uint256 &)> Inventory;
61
61
/* * Tells listeners to broadcast their data. */
62
62
boost::signals2::signal<void (int64_t nBestBlockTime, CConnman* connman)> Broadcast;
63
- /* * Notifies listeners of a block validation result */
63
+ /* *
64
+ * Notifies listeners of a block validation result.
65
+ * If the provided CValidationState IsValid, the provided block
66
+ * is guaranteed to be the current best block at the time the
67
+ * callback was generated (not necessarily now)
68
+ */
64
69
boost::signals2::signal<void (const CBlock&, const CValidationState&)> BlockChecked;
65
70
/* * Notifies listeners that a key for mining is required (coinbase) */
66
71
boost::signals2::signal<void (boost::shared_ptr<CReserveScript>&)> ScriptForMining;
You can’t perform that action at this time.
0 commit comments