Skip to content

Commit

Permalink
wrong value for result of wallet get (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
husobee authored Jul 30, 2021
1 parent f3b81bc commit 7dee35f
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 7dee35f

Please sign in to comment.