@@ -119,10 +119,10 @@ pub use crate::core::{
119119pub use crate :: log:: { disable_logging, Log , LogCategory , LogLevel , Logger } ;
120120
121121pub use crate :: notifications:: {
122- BlockCheckedCallback , BlockTipCallback , BlockValidationResult , FatalErrorCallback ,
123- FlushErrorCallback , HeaderTipCallback , NotificationCallbackRegistry , ProgressCallback ,
124- SynchronizationState , ValidationCallbackRegistry , ValidationMode , Warning , WarningSetCallback ,
125- WarningUnsetCallback ,
122+ BlockCheckedCallback , BlockTipCallback , BlockValidationResult , BlockValidationStateRef ,
123+ FatalErrorCallback , FlushErrorCallback , HeaderTipCallback , NotificationCallbackRegistry ,
124+ ProgressCallback , SynchronizationState , ValidationCallbackRegistry , ValidationMode , Warning ,
125+ WarningSetCallback , WarningUnsetCallback ,
126126} ;
127127
128128pub use crate :: state:: {
@@ -140,4 +140,5 @@ pub mod prelude {
140140 BlockHashExt , BlockSpentOutputsExt , CoinExt , ScriptPubkeyExt , TransactionExt ,
141141 TransactionSpentOutputsExt , TxOutExt ,
142142 } ;
143+ pub use crate :: notifications:: BlockValidationStateExt ;
143144}
0 commit comments