Closed alexfreska closed 4 months ago
adding screenshot here: last three transactions were all -1000 SC
@n8maninger the siacoin values are calculated as BigNumber(t.inflow).minus(t.outflow)
for both pending and regular transactions - is this approach incorrect? I just tested sending 50 SC, and it looks like inflow is 49 and outflow is 0 in the pending transaction data.
Ah interesting, @n8maninger if I do the opposite and send 100 siacoin to hostd
, the incoming 100 siacoin value shows as inflow 100, outflow 0.