Skip to content

Commit

Permalink
Merge branch 'main' into hash-globalpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira authored Dec 5, 2024
2 parents 37f3004 + bb8211b commit f2b8cfc
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 f2b8cfc

Please sign in to comment.