Fonta1n3 / FullyNoded

Self sovereign, secure, powerful, easy to use wallet that utilizes your own node as a backend. Powered by PSBT's and descriptors. Acts as an offline signer using your node as a watch-only wallet. C-Lightning compatible for instant, unfairly cheap payments.
https://fullynoded.app
Other
197 stars 37 forks source link

fix: correct unit for mempool transactions #153

Closed fridokus closed 3 years ago

fridokus commented 3 years ago

Change unit for number of transactions in mempool from "mempool" to "transactions".

See attached image.

image_123986672

Fonta1n3 commented 3 years ago

hmm the mempool consists of pending transactions, which is why I label it as transactions. "24,876 mempool" does not really make sense to me.

fridokus commented 3 years ago

Yes I agreee with you.

That’s the change I’m making!

check the commit ;)

fridokus commented 3 years ago

The screenshot is how it currently looks @Fonta1n3

Fonta1n3 commented 3 years ago

Ahhh gotcha 😂 Will fix, thanks for that! If you fill out the CLA and sign your commit with pgp i will happily merge.

fridokus commented 3 years ago

Updated commit with verified signature