Skip to content

Commit

Permalink
use ev.Seqn instead of skipping Nop txns
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson authored and kr committed May 31, 2012
1 parent 55b2d17 commit cd7b918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func evServer(w http.ResponseWriter, r *http.Request) {
break
}
wevs <- ev
rev = ev.Rev
rev = ev.Seqn
}
close(wevs)
}()
Expand Down

0 comments on commit cd7b918

Please sign in to comment.