pull/9247/head
OmarHatem 3 months ago
parent 2abf2982c3
commit ac49932e94

@ -8223,7 +8223,7 @@ uint32_t wallet2::adjust_priority(uint32_t priority)
else if (blocks[0].first > 0)
{
MINFO("We don't use the low priority because there's a backlog in the tx pool.");
return 2;
return 4;
}
// get the current full reward zone
@ -8271,7 +8271,7 @@ uint32_t wallet2::adjust_priority(uint32_t priority)
if (P > 80)
{
MINFO("We don't use the low priority because recent blocks are quite full.");
return 2;
return 4;
}
MINFO("We'll use the low priority because probably it's safe to do so.");
return 1;

Loading…
Cancel
Save