Skip to content

Commit

Permalink
fix poller vin
Browse files Browse the repository at this point in the history
  • Loading branch information
jubeless committed Nov 30, 2023
1 parent 418cd50 commit 0979561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poller/poller.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (p *Poller) Fetch(_ context.Context, blkNum uint64) (*pbbstream.Block, erro
}
}

trx.Vin = append(trx.Vin)
trx.Vin = append(trx.Vin, pbvin)

}

Expand Down

0 comments on commit 0979561

Please sign in to comment.