quantadex / distributed_quanta_bridge

The distributed version of the quanta bridge
1 stars 0 forks source link

pending tx api #37

Closed quocble closed 5 years ago

quocble commented 5 years ago

Bitcoin transaction can take a long time to process and we should let the user know that it's pending.

let's merge a pending record in the /api/history call by getting the Bitcoin pending tx from the listunspent with zero confirm and max zero confirm.

See skeleton code.