private void Handle(NewBlockHashesMessage newBlockHashes) { foreach ((Keccak Hash, UInt256 Number)hint in newBlockHashes.BlockHashes) { _sync.HintBlock(hint.Hash, hint.Number, NodeId); } }