function stackSats(currentBalance, isHumble) {
const satoshiToAdd = 100000000;
if (isHumble) {
currentBalance += satoshiToAdd;
}
return currentBalance;
For the true plebs…Theres 100,000,000 satoshi’s in 1 Bitcoin. 😉
Please Login to reply.
No replies yet.