Commit 8341b4b6 authored by vipwzw's avatar vipwzw

auto ci

parent 76bc9a00
...@@ -228,16 +228,16 @@ func DposPerf() { ...@@ -228,16 +228,16 @@ func DposPerf() {
block := dposClient.GetCurrentBlock() block := dposClient.GetCurrentBlock()
notify := &ttypes.Notify{ notify := &ttypes.Notify{
DPosNotify: &ttypes.DPosNotify{ DPosNotify: &ttypes.DPosNotify{
Vote: &ttypes.VoteItem{ Vote: &ttypes.VoteItem{
VotedNodeIndex: vote.VoteItem.VotedNodeIndex, VotedNodeIndex: vote.VoteItem.VotedNodeIndex,
Cycle: vote.VoteItem.Cycle, Cycle: vote.VoteItem.Cycle,
CycleStart: vote.VoteItem.CycleStart, CycleStart: vote.VoteItem.CycleStart,
CycleStop: vote.VoteItem.CycleStop, CycleStop: vote.VoteItem.CycleStop,
PeriodStart: vote.VoteItem.PeriodStart, PeriodStart: vote.VoteItem.PeriodStart,
PeriodStop: vote.VoteItem.PeriodStop, PeriodStop: vote.VoteItem.PeriodStop,
Height: vote.VoteItem.Height, Height: vote.VoteItem.Height,
ShuffleType: vote.VoteItem.ShuffleType, ShuffleType: vote.VoteItem.ShuffleType,
}, },
HeightStop: block.Height, HeightStop: block.Height,
HashStop: block.Hash(), HashStop: block.Hash(),
NotifyTimestamp: now, NotifyTimestamp: now,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment