Closed ntua-el19001 closed 8 months ago
Add to response of /get_chain endpoint more info such as sum of transactions' amount and the amount of fees that the validator has earned from this block.
fixed in branch 30
need another check to add the transaction.amount in total_fees to validator in block.py (get_total_fees) only if
block.py
transaction.type_of_transaction != TransactionType.INITIAL
Add to response of /get_chain endpoint more info such as sum of transactions' amount and the amount of fees that the validator has earned from this block.