Skip to content

Commit

Permalink
anoma start should start the consensus engine
Browse files Browse the repository at this point in the history
The consensus engine is responsible for executing transactions in the
mempool.
  • Loading branch information
paulcadman committed Dec 5, 2024
1 parent 1a76df9 commit b6071c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/anoma/start.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
Logger.configure(level: :none)
eclient = Anoma.Client.Examples.EClient.create_example_client
IO.puts("#{eclient.client.grpc_port} #{eclient.node.node_id}")
Anoma.Node.Utility.Consensus.start_link(node_id: eclient.node.node_id, interval: 10000)
)

0 comments on commit b6071c0

Please sign in to comment.