thenewboston-blockchain / thenewboston-python

Python library for thenewboston digital currency.
https://thenewboston.com
MIT License
104 stars 35 forks source link

Write test for validate_transaction_exists #63

Open buckyroberts opened 3 years ago

buckyroberts commented 3 years ago

Write tests for https://github.com/thenewboston-developers/thenewboston-python/blob/development/src/thenewboston/transactions/validation.py#L1 now that we have added a fee field to the network transaction.

Original issue - https://github.com/thenewboston-developers/thenewboston-python/issues/54