arweave-python-client icon indicating copy to clipboard operation
arweave-python-client copied to clipboard

fix: not overwrite reward param provided by user

Open xiaojay opened this issue 3 years ago • 0 comments

when user provide reward param in Transaction's init() function (eg: t = arweave.Transaction(wallet, data='123', reward='10000000000')), it will always be overwrited.

xiaojay avatar Dec 16 '22 15:12 xiaojay