getAlby / js-lightning-tools

Collection of helpful building blocks and tools to develop Bitcoin Lightning web apps
https://www.npmjs.com/package/@getalby/lightning-tools
MIT License
29 stars 13 forks source link

fiat examples in README are wrong #128

Open rolznz opened 8 months ago

rolznz commented 8 months ago

In the README it says getFiatValue(satoshi: number, currency: string): number but getFiatValue takes a single object as a parameter.

Can you check all the examples and update them?

rolznz commented 8 months ago

CC @bumi