Skip to content

Commit

Permalink
remove a comment (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqizng committed Mar 15, 2023
1 parent 3c92877 commit dbf9f0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conduit/plugins/importers/algod/algod_importer.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ func (algodImp *algodImporter) GetBlock(rnd uint64) (data.BlockData, error) {
blk.Certificate = tmpBlk.Cert

if algodImp.mode == followerMode {
// We aren't going to do anything with the new delta until we get everything
// else converted over
// Round 0 has no delta associated with it
if rnd != 0 {
var delta sdk.LedgerStateDelta
Expand Down

0 comments on commit dbf9f0c

Please sign in to comment.