dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Return transaction finalization state in filtertransactions #1016

Closed cmihai closed 5 years ago

cmihai commented 5 years ago

This commit adds a new field called finalization to the transactions returned by the filtertransactions RPC call, with a value of true for finalized transactions and false otherwise.

cmihai commented 5 years ago

@frolosofsky Thanks for the review. I'll add a functional test for the whole RPC method in a new PR.