Rename transaction-related references of transfer amount to balance

This is done for more consistency between methods.
This commit is contained in:
Allink
2023-05-20 05:54:24 +01:00
parent cad1ab8ec7
commit cd5c42801d
4 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@ public interface Transaction
EconomicEntity getDestination();
long getTransferAmount();
long getBalance();
long addBalance(final long amount);