arweave-python-client
arweave-python-client copied to clipboard
fix: not overwrite reward param provided by user
when user provide reward param in Transaction's init() function (eg: t = arweave.Transaction(wallet, data='123', reward='10000000000')), it will always be overwrited.