stellar-expert / operations-notifier

A standalone service that tracks Stellar Network operations and streams notifications to the subscribers.
MIT License
25 stars 11 forks source link

adding fee_charged and max_fee fields from tx to stream procesor #24

Closed Ebioro closed 4 years ago

Ebioro commented 4 years ago

Sometimes it is handy to know the actual fee paid by the user during surge pricing. Adding these two fields to the stream procesor

Ebioro commented 4 years ago

done