Skip to content

aliceclaim value not set in values array #920

Description

@lukechilds

In #764 you said this is the meaning of the values array:

static char *txnames[] = { "alicespend", "bobspend", "bobpayment", "alicepayment", "bobdeposit", "otherfee", "myfee", "bobrefund", "bobreclaim", "alicereclaim", "aliceclaim" };

However I have a trade with aliceclaim and the aliceclaim value is not set in the array:

{
  "uuid": "00b9fbebeab1b50b200f1fe631eb355bb03ff7d3d71ea6b94ccb18b984f3b3c4",
  "expiration": 1530117529,
  "tradeid": 2852472561,
  "requestid": 3912469824,
  "quoteid": 2093347877,
  "iambob": 0,
  "Bgui": "",
  "Agui": "hyperdex",
  "gui": "hyperdex",
  "bob": "CHIPS",
  "srcamount": 0.78639071,
  "bobtxfee": 0.0001,
  "alice": "KMD",
  "destamount": 0.10009,
  "alicetxfee": 0.00001,
  "aliceid": "15837931641091850241",
  "result": "success",
  "status": "finished",
  "finishtime": 1530536664,
  "bobdeposit": "8509fb343cc41c1d27abd288f0901e3fa34e69b5a381fa80ad40cbed16fe1857",
  "alicepayment": "d29ba65bf9bd356434c1eadf6b0d54a4a9f09f73f5098d2eb4ac097c456f4366",
  "bobpayment": "0000000000000000000000000000000000000000000000000000000000000000",
  "paymentspent": "0000000000000000000000000000000000000000000000000000000000000000",
  "Apaymentspent": "0000000000000000000000000000000000000000000000000000000000000000",
  "depositspent": "d96b723fae4da57c0a821e9375d428a0939d1dec91a19419b17a4d4ed813de4b",
  "method": "tradestatus",
  "values": [
    0,
    0,
    0,
    0.10011,
    0.88488954,
    0,
    0.00012881,
    0,
    0,
    0,
    0
  ],
  "sentflags": [
    "alicepayment",
    "bobdeposit",
    "myfee",
    "aliceclaim"
  ]
}

The last item in values is 0 when it should be 0.88478954.

You can see the aliceclaim tx here: http://chips1.explorer.supernet.org/tx/d96b723fae4da57c0a821e9375d428a0939d1dec91a19419b17a4d4ed813de4b

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions