Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decodecustomtx and listaccounthistory have different information #2703

Open
sandrich opened this issue Nov 18, 2023 · 0 comments
Open

decodecustomtx and listaccounthistory have different information #2703

sandrich opened this issue Nov 18, 2023 · 0 comments
Labels

Comments

@sandrich
Copy link

I withdrew 50 DUSD from vault and see the following in decodecustomtx

{
  "txid": "xxx",
  "type": "WithdrawFromVault",
  "valid": true,
  "results": {
    "vaultId": "xxx",
    "to": "some-address",
    "amount": "50.00000000@15"
  }
}

When I look at listvaulthistory or listaccounthistory I see

 {
    "owner": "some-address",
    "blockHeight": xx,
    "blockHash": "xx",
    "blockTime": xx,
    "type": "WithdrawFromVault",
    "txn": 8,
    "txid": "xx",
    "amounts": [
      "16.58973533@DFI",
      "0.00002979@ETH",
      "0.00000150@BTC",
      "50.00000000@DUSD"
    ]
  }

Has this something todo with the negative interest rate with DUSD? Or what are the other amounts in there?

@sandrich sandrich added the bug label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant