-
Notifications
You must be signed in to change notification settings - Fork 0
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
Show tx signer #133
Show tx signer #133
Conversation
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.
LGTM
But... the signer is not the account, is it? I don't see how useful is this, since copying a signer does not allow to search an account by such address (?) |
At least in the raw of the vocdoni-node the name used for the account is signer. Is that what you mean? |
What I mean is... what is that signer useful for if it's not the actual account? |
I approved the changes, but my confusion with the signer comes due to the But in these transactions, an |
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.
I've changed my mind. You're pointing to a PR which added a new field account
, but you're using a field named signer
. You should do a ternary operation, and show the account
by default, or the signer in case there's no account.
Never mind that last thought... I got really confused due to the vocdoni-node PR related to this one and different naming issues.
The only required change in this PR is not naming it signer
, since they'll be always existing accounts and naming it signer
adds confusion (since we now can name them accounts
, organizations
and adding signer
would complicate things for end-users [as it did to me today, damn dyslexics]).
So which name should I use? Account? |
Yeah, @emmdim agreed |
Fix #116