Browse Source

Fixed typo

block-minter-updates
CalDescent 3 years ago
parent
commit
27387a134f
  1. 2
      src/main/java/org/qortal/transaction/Transaction.java

2
src/main/java/org/qortal/transaction/Transaction.java

@ -373,7 +373,7 @@ public abstract class Transaction {
} }
/** /**
* Caclulate unit fee for a given transaction type * Calculate unit fee for a given transaction type
* *
* FUTURE: add "accountLevel" parameter if needed - the level of the transaction creator * FUTURE: add "accountLevel" parameter if needed - the level of the transaction creator
* @param timestamp - the transaction's timestamp (currently not used) * @param timestamp - the transaction's timestamp (currently not used)

Loading…
Cancel
Save