21isenough / LightningATM

This ATM sends bitcoin over the Lightning Network - pretty fun.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check if performance gain can be achieved with different price querying

21isenough opened this issue · comments

Actual Behavior:
Currently the bitcoin price is fetched once the first coin has been inserted.

Expected Behavior:
Might gain some response time if the price is fetched in a regular interval rather than after the first coin.

commented

Would it not be better if price is fetched at first coin insert, but fetched again and locked in on send?