As I was working on an easy way to integrate Lightning donations into @bitcal website, I noticed a funny thing:
I asked Claude via Cursor to draft a simple dial pad for visitors to input the amount of sats they'd like to donate, and it spit out a decent, functional modal, but as I entered the amount to test functionality, I noticed it would call the API and get a 1000x invoice of what I requested. I looked at the code and saw this:
Apparently Claude believes mBTC (not sats) is the standard.
I gave Claude a proper lecture on how things really are, and it fixed its mistake...
Nevertheless, I am still concerned about the future of sound money π
Be vigilant, folks, take care!
* 1000
is what's used in LN, but that'smsats
, notmBTC
.