Upgrade tip command to allow multiple recipients

This commit is contained in:
t1amak
2025-06-01 18:41:40 +00:00
parent cc8fbe2487
commit b844ce9b46
3 changed files with 87 additions and 44 deletions

View File

@@ -16,5 +16,6 @@ return [
'MIN_TIP_AMOUNT' => 0.2,
'MIN_WITHDRAWAL_AMOUNT' => 0.4,
'WITHDRAWAL_FEE' => 0.1
'WITHDRAWAL_FEE' => 0.1,
'MAX_MULTI_TIPS' => 5
];