mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Just charge fee when unable to meet reserve.
This commit is contained in:
@@ -57,7 +57,7 @@ TER Transactor::payFee()
|
||||
return telINSUF_FEE_P;
|
||||
}
|
||||
|
||||
if( !saPaid ) return tesSUCCESS;
|
||||
if (!saPaid) return tesSUCCESS;
|
||||
|
||||
// Deduct the fee, so it's not available during the transaction.
|
||||
// Will only write the account back, if the transaction succeeds.
|
||||
|
||||
Reference in New Issue
Block a user