remove bug line

This commit is contained in:
vyzo 2020-08-25 13:41:20 +03:00
parent 6b9d392d0e
commit 62b15ecc12

View File

@ -908,8 +908,6 @@ func (mp *MessagePool) runHeadChange(from *types.TipSet, to *types.TipSet, rmsgs
}
for _, ts := range apply {
mp.curTs = ts
for _, b := range ts.Blocks() {
bmsgs, smsgs, err := mp.api.MessagesForBlock(b)
if err != nil {