Skip to content

Remove PrivValidator.GetAddress #2981

@liamsi

Description

@liamsi

Remove PrivValidator.GetAddress from PrivValidator interface.
Rationale: In some places we do PrivValidator.GetPublicKey and then PrivValidator.GetAddress which is just a wrapper around the former for convenience. In the remote signer / kms case this causes another (unnecessary) network request. Removing GetAddress makes this more obvious.

ref: #2948 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions