Skip to content

Commit

Permalink
Merge pull request #896 from brave-intl/master
Browse files Browse the repository at this point in the history
production 2021-07-30_1
  • Loading branch information
husobee authored Jul 30, 2021
2 parents e6bee1e + 7dee35f commit 4ae136b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/outputs.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func infoToResponseV3(info *walletutils.Info) ResponseV3 {
// this brave wallet has a linked deposit account
resp.DepositAccountProvider = &DepositAccountProviderDetailsV3{
Name: info.UserDepositAccountProvider,
ID: &info.ProviderID,
ID: &info.UserDepositDestination,
LinkingID: linkingID,
AnonymousAddress: anonymousAddress,
}
Expand Down

0 comments on commit 4ae136b

Please sign in to comment.