Commit 88bca84e authored by Felipe Andrade's avatar Felipe Andrade

extract candidates logic, refactor update backend

parent 1270a43c
This diff is collapsed.
...@@ -428,7 +428,7 @@ func TestConsensus(t *testing.T) { ...@@ -428,7 +428,7 @@ func TestConsensus(t *testing.T) {
require.Equal(t, "0xb1", bg.Consensus.GetSafeBlockNumber().String()) require.Equal(t, "0xb1", bg.Consensus.GetSafeBlockNumber().String())
}) })
t.Run("latest dropped below safe, and stayed inconsistent after ban", func(t *testing.T) { t.Run("latest dropped below safe, and stayed inconsistent", func(t *testing.T) {
reset() reset()
useOnlyNode1() useOnlyNode1()
overrideBlock("node1", "latest", "0xd1") overrideBlock("node1", "latest", "0xd1")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment