Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix to motor connection to chain #526

Merged
merged 1 commit into from
Aug 23, 2022
Merged

fix to motor connection to chain #526

merged 1 commit into from
Aug 23, 2022

Conversation

joshLong145
Copy link

@joshLong145 joshLong145 commented Aug 23, 2022

  • fixes default connection to chain when initializing a motor instance

Changes

  • Item 1
  • Item 2

API Updates

New Features (required)

Deprecations (required)

Enhancements (optional)

Checklist

  • Unit tests
  • Documentation

References (optional)

Fixes
Connects

 Mention [stepsize] in a comment if you'd like to report some technical debt. See examples here.

@@ -52,7 +52,7 @@ func EmptyMotor(id string) *motorNodeImpl {

func initMotor(mtr *motorNodeImpl, options ...mpc.WalletOption) (err error) {
// Create Client instance
mtr.Cosmos = client.NewClient(client.ConnEndpointType_DEV)
mtr.Cosmos = client.NewClient(client.ConnEndpointType_BETA)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Print this out to the console

Copy link

@6missedcalls 6missedcalls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@6missedcalls 6missedcalls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ntindle ntindle merged commit 7c9c938 into dev Aug 23, 2022
@ntindle ntindle deleted the fix/motor-connection-type branch August 23, 2022 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants