-
Notifications
You must be signed in to change notification settings - Fork 314
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
doc: update PFM spec #293
doc: update PFM spec #293
Conversation
@@ -113,15 +113,15 @@ if err != nil { | |||
} | |||
|
|||
// query for account information necessary to sign a valid tx | |||
err = keyringSigner.QueryAccount(ctx, grpcClientConn) | |||
err = keyringSigner.QueryAccountNumber(ctx, grpcClientConn) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the method we should be using?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this brings up a really good point. This method appears to be vestigial, and should likely not be exported. Instead, it should be private and only called during the keyringSigner's BroadcastTx method.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the moment though, is this a necessary component to building and submitting a PFD?
what is the status of this PR? |
I think we can close, as I believe we covered this issue synchronously but will defer to @renaynay |
We can close this. We should probably provide docs on |
I mostly made this PR to track some misunderstandings I had with the spec for using PFM.