Updated on 2026-08-14
This commit is contained in:
parent
efd9666829
commit
d0c452484f
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ public class BalanceValidator {
|
|||
}
|
||||
|
||||
if(card.getFailedBalanceRequestCounter()!=0) {
|
||||
score = 100 - 10 * card.getFailedBalanceRequestCounter();
|
||||
score = 100 - 5 * card.getFailedBalanceRequestCounter();
|
||||
firstLine = "Verified balance.";
|
||||
secondLine += " Not all nodes have returned balance. App is requesting more nodes to be 100% sure...";
|
||||
if(score <= 0)
|
||||
|
|
@ -117,7 +117,7 @@ public class BalanceValidator {
|
|||
{
|
||||
score = -50;
|
||||
String firstLine = "Unguaranted balance.";
|
||||
secondLine = " Loading in progress. Wait for full confirmation in blockchain.";
|
||||
secondLine += " Loading in progress. Wait for full confirmation in blockchain.";
|
||||
if(score <= 0)
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue