Skip to content

Commit

Permalink
Update core/web/resolver/feeds_manager_chain_config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Chris De Leon <[email protected]>
  • Loading branch information
eutopian and chris-de-leon-cll authored Jun 6, 2024
1 parent 4863024 commit 677794a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/web/resolver/feeds_manager_chain_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (r *FeedsManagerChainConfigResolver) AccountAddr() string {
return r.cfg.AccountAddress
}

// AccountAddr resolves the chain configs's account address.
// AccountAddrPubKey resolves the chain configs's account address public key.
func (r *FeedsManagerChainConfigResolver) AccountAddrPubKey() *string {
return r.cfg.AccountAddressPublicKey.Ptr()
}
Expand Down

0 comments on commit 677794a

Please sign in to comment.