joule-labs / joule-extension

Lightning payments extension for Chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transactions tab

ILayZ opened this issue · comments

commented

Description of the Feature or Idea

I would like to see fiat value of tx according to price of BTC when TX occured, not current one or may be some switch.

Existing Example(s) of Feature

https://etherscan.io/tx/0xdd93de51830075cc0b30e927b71aace5fd4aed3c61ab2f6aaec756760f1ae704

Transaction Fee

Hmm, interesting idea though it could be confusing to users, and be a technical challenge to fetch the price for each and every transaction. We could probably use daily average, and cache results since it shouldn't change for the past. I'm not sure if the tradeoff is worth the potential confusion of scrolling through old transactions though. Would definitely like to hear more opinions on this.