lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.19k stars 482 forks source link

Refactor _old_get_temp_claim_info(), eliminating "bid" arg. #3635

Closed moodyjon closed 2 years ago

moodyjon commented 2 years ago

Unbundled from https://github.com/lbryio/lbry-sdk/pull/3605

Using txo.amount (actual transaction amount) instead of the input arg amount facilitates amount=everything handling in future.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 57.364% when pulling 7d0a82a8d78f0ab06a38234151bbb4e87cc980b6 on moodyjon:old_get_temp_claim_info into ba60aeeebc1cf8e91d4127345e95091907c96d7b on lbryio:master.