@@ -24,18 +24,18 @@ use witnet_util::timestamp::get_timestamp;
2424use witnet_validations:: validations:: { block_reward, total_block_reward, validate_rad_request} ;
2525
2626use super :: { ChainManager , ChainManagerError , StateMachine , SyncTarget } ;
27- use crate :: actors:: messages:: BuildScriptTransaction ;
2827use crate :: {
2928 actors:: {
3029 chain_manager:: { handlers:: BlockBatches :: * , BlockCandidate } ,
3130 messages:: {
3231 AddBlocks , AddCandidates , AddCommitReveal , AddSuperBlock , AddSuperBlockVote ,
33- AddTransaction , Broadcast , BuildDrt , BuildVtt , EpochNotification , GetBalance ,
34- GetBlocksEpochRange , GetDataRequestInfo , GetHighestCheckpointBeacon ,
35- GetMemoryTransaction , GetMempool , GetMempoolResult , GetNodeStats , GetReputation ,
36- GetReputationResult , GetSignalingInfo , GetState , GetSuperBlockVotes , GetSupplyInfo ,
37- GetUtxoInfo , IsConfirmedBlock , PeersBeacons , ReputationStats , Rewind , SendLastBeacon ,
38- SessionUnitResult , SetLastBeacon , SetPeersLimits , SignalingInfo , TryMineBlock ,
32+ AddTransaction , Broadcast , BuildDrt , BuildScriptTransaction , BuildVtt ,
33+ EpochNotification , GetBalance , GetBlocksEpochRange , GetDataRequestInfo ,
34+ GetHighestCheckpointBeacon , GetMemoryTransaction , GetMempool , GetMempoolResult ,
35+ GetNodeStats , GetReputation , GetReputationResult , GetSignalingInfo , GetState ,
36+ GetSuperBlockVotes , GetSupplyInfo , GetUtxoInfo , IsConfirmedBlock , PeersBeacons ,
37+ ReputationStats , Rewind , SendLastBeacon , SessionUnitResult , SetLastBeacon ,
38+ SetPeersLimits , SignalingInfo , TryMineBlock ,
3939 } ,
4040 sessions_manager:: SessionsManager ,
4141 } ,
0 commit comments