mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-06-26 19:44:27 +00:00
Rename transaction-related references of transfer amount to balance
This is done for more consistency between methods.
This commit is contained in:
@ -8,7 +8,7 @@ public interface Transaction
|
||||
|
||||
EconomicEntity getDestination();
|
||||
|
||||
long getTransferAmount();
|
||||
long getBalance();
|
||||
|
||||
long addBalance(final long amount);
|
||||
|
||||
|
Reference in New Issue
Block a user