Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
rename aruapool to cudosmarkets in addressbook
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Staykov committed May 30, 2023
1 parent b8855a5 commit 3d91572
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func (r *Requester) GetPayoutAddressFromNode(ctx context.Context, cudosAddress,
Timeout: 60 * time.Second,
}

requestString := fmt.Sprintf("/CudoVentures/cudos-node/addressbook/address/%s/aurapool/aurapool", cudosAddress)
requestString := fmt.Sprintf("/CudoVentures/cudos-node/addressbook/address/%s/cudosmarkets/cudosmarkets", cudosAddress)

req, err := http.NewRequestWithContext(ctx, "GET", r.config.NodeRestUrl+requestString, nil)
if err != nil {
Expand Down

0 comments on commit 3d91572

Please sign in to comment.