Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolsi authored Dec 25, 2017
1 parent 315bea3 commit 1c36489
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object MicroBlockSynchronizer {
peerDatabase.blacklistAndClose(ch, err.toString)
case Right(_) =>
microBlockOwners.get(totalSig, () => MSet.empty) += ch
nextInvs. get(prevSig, { () =>
nextInvs.get(prevSig, { () =>
BlockStats.inv(mbInv, ch)
mbInv
})
Expand Down

0 comments on commit 1c36489

Please sign in to comment.