Explain gas with the car-fuel analogy everywhere newcomers meet it (training, start, join funding box, chatbot, AI prompt)
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@
|
||||
var need=regValue();
|
||||
if(lastBal>=need){ box.style.display='none'; return; }
|
||||
var shortPol=Math.max(62,Math.ceil(Number(need-lastBal)/1e18)+5);
|
||||
$('fundMsg').textContent='This wallet holds '+polStr(lastBal)+' POL; the Premium entry is '+polStr(need)+' POL plus a little gas. You can buy the remaining ~'+shortPol+' POL with a debit/credit card, Apple Pay, or Google Pay — delivered straight to this wallet.';
|
||||
$('fundMsg').textContent='This wallet holds '+polStr(lastBal)+' POL; the Premium entry is '+polStr(need)+' POL plus a little gas (like a car, every blockchain transaction burns a bit of fuel - keep some in the tank). You can buy the remaining ~'+shortPol+' POL with a debit/credit card, Apple Pay, or Google Pay — delivered straight to this wallet.';
|
||||
box.dataset.pol=shortPol;
|
||||
box.style.display='block';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user