Skip to content

basecli AppTx - Signer should be added when reading flags #132

@rigelrozanski

Description

@rigelrozanski

Plugins sometimes require the signer address to function properly. This address should be returned in the TxInput of AppTx when returned from AppTx Helper command ReadAppTxFlags(). Right now signers are added later before broadcast in the BroadcastAppTx as a part of the AddSigner function. This can simply removed after its been added to ReadAppTxFlags()

https://github.com/tendermint/basecoin/blob/develop/cmd/basecli/commands/cmds.go#L148

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions