thenewboston-blockchain / thenewboston-python

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

Add "fee" to network_transaction factory #72

Closed DucPhamTV closed 3 years ago

DucPhamTV commented 3 years ago

From commit 8a01baacbb689b47491c759a51443d30157785df, NetworkTransaction model is updated a new field fee. NetworkTransactionFactory should be updated as well, so that the factory can generate transactions with different fee for testing.

vosi commented 3 years ago

@DucPhamTV I'd suggest to either link an issue or describe what does this PR brings

DucPhamTV commented 3 years ago

Thanks @vosi . I have updated the PR's description.