decred / insight

A Decred blockchain API for web wallets.
10 stars 22 forks source link

Update txs sort so ssgen are first, sstx are second, then regular tx #34

Closed alexlyp closed 8 years ago

alexlyp commented 8 years ago

The regular tx should start with coinbase, then all others will be sorted by fee size.

This should now properly sort tx Fixes #29

raedah commented 8 years ago

looks like this closes https://github.com/decred/insight/issues/29