[lbry] fee: update getinfo.paytxfee to 0 #7

Merged
roylee17 merged 1 commit from roylee/hardcode-paytxfee-to-zero into master 2022-06-15 02:06:52 +02:00
roylee17 commented 2022-06-15 02:06:13 +02:00 (Migrated from github.com)

This is a hack fix to unblock lbrypool.net.

The paytxfee in lbcwallet is actually not being used anywhere, and is
hardcoded to DefaultRelayFee, which is 1000. Lbrycrd sets default to 0.

Also, since the paytxfee is not actually used/implemented, the
'settxfee' RPC is also

This is a hack fix to unblock lbrypool.net. The paytxfee in lbcwallet is actually not being used anywhere, and is hardcoded to DefaultRelayFee, which is 1000. Lbrycrd sets default to 0. Also, since the paytxfee is not actually used/implemented, the 'settxfee' RPC is also
Sign in to join this conversation.
No description provided.