File tree Expand file tree Collapse file tree 4 files changed +2
-331
lines changed
Expand file tree Collapse file tree 4 files changed +2
-331
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ impl<
104104
105105 // Validate the InstantLock (structure + BLS signature)
106106 // This is REQUIRED for security - never accept InstantLocks without signature verification
107- let validator = crate :: validation:: instantlock :: InstantLockValidator :: new ( ) ;
107+ let validator = crate :: validation:: InstantLockValidator :: new ( ) ;
108108 if let Err ( e) = validator. validate ( & islock, masternode_engine) {
109109 // Penalize the peer that relayed the invalid InstantLock
110110 let reason = format ! ( "Invalid InstantLock: {}" , e) ;
Original file line number Diff line number Diff line change 11//! Validation functionality for the Dash SPV client.
22
3- pub mod instantlock;
4- pub mod quorum;
3+ mod instantlock;
54
65pub use instantlock:: InstantLockValidator ;
7- pub use quorum:: { QuorumInfo , QuorumManager , QuorumType } ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments