OSDN Git Service

edit dup sup link struct (#1988)
[bytom/bytom.git] / netsync / consensusmgr / handle.go
index ed29287..3a67dc3 100644 (file)
@@ -114,7 +114,7 @@ func (m *Manager) handleBlockVerificationMsg(peerID string, msg *BlockVerificati
                TargetHash:   msg.TargetHash,
                SourceHeight: msg.SourceHeight,
                TargetHeight: msg.TargetHeight,
-               Signature:    hex.EncodeToString(msg.Signature),
+               Signature:    msg.Signature,
                PubKey:       hex.EncodeToString(msg.PubKey),
        }); err != nil {
                m.peers.ProcessIllegal(peerID, security.LevelMsgIllegal, err.Error())