Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Ibft Round to update internal state on reception of NewRound Message #451

Merged
merged 28 commits into from
Dec 19, 2018
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
  • Loading branch information
tmohay committed Dec 18, 2018
commit 871cad225b90227f9added85f34e9576fc2af15f
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ public long getChainHeight() {

@FunctionalInterface
private interface Action {

void apply();
}
}
}