mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix error code for bad fee.
This commit is contained in:
@@ -63,7 +63,7 @@ TER Transactor::payFee()
|
||||
}
|
||||
|
||||
if (saPaid.isNegative() || !saPaid.isNative())
|
||||
return temBAD_AMOUNT;
|
||||
return temBAD_FEE;
|
||||
|
||||
if (!saPaid) return tesSUCCESS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user