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

Commit

Permalink
Update default topic (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBird96 authored Jun 24, 2024
1 parent ff79a40 commit ed08de4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/node/appchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ func registerWithBlockchain(appchain *AppChain) {
Msg("node does not have enough balance to register, skipping.")
continue
}
// register the wroker in the topic
// register the worker
//in the topic
msg := &emissionstypes.MsgRegister{
Sender: appchain.Address,
LibP2PKey: appchain.Config.LibP2PKey,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.2
require (
cosmossdk.io/math v1.3.0
github.com/allora-network/allora-chain v0.2.7
github.com/allora-network/b7s v0.0.2-0.20240621170738-ab0de3bc5d87
github.com/allora-network/b7s v0.0.2-0.20240624040826-bb318df1a6f7
github.com/cockroachdb/pebble v1.1.0
github.com/cosmos/cosmos-sdk v0.50.5
github.com/ignite/cli/v28 v28.3.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ github.com/allora-network/allora-chain v0.2.7 h1:wnxFV0JReueWagN/au4dG60a2I3gziM
github.com/allora-network/allora-chain v0.2.7/go.mod h1:nYJd641Y0iieiL+t+P5VOWnYdiAq2kiazdbL1Bi4jrw=
github.com/allora-network/b7s v0.0.2-0.20240621170738-ab0de3bc5d87 h1:nAdc0StAeq27X8UUx7x+cWnW6TkoX0sLm1hQHxaE7Xw=
github.com/allora-network/b7s v0.0.2-0.20240621170738-ab0de3bc5d87/go.mod h1:rJJrdC5Y83LEDFxo/iJp3JJpi8I6TJncOTigMWk8ieE=
github.com/allora-network/b7s v0.0.2-0.20240624040826-bb318df1a6f7 h1:8Bo8i4uSjDwPir+CAxJyqiSRs/u6z0isK5txmf2Eq4Y=
github.com/allora-network/b7s v0.0.2-0.20240624040826-bb318df1a6f7/go.mod h1:rJJrdC5Y83LEDFxo/iJp3JJpi8I6TJncOTigMWk8ieE=
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
Expand Down

0 comments on commit ed08de4

Please sign in to comment.