forked from LBRYCommunity/lbry-sdk
format publish output bid value in lbc instead of dewies
This commit is contained in:
parent
59a0f9f602
commit
73bd76b631
1 changed files with 1 additions and 1 deletions
|
@ -2297,7 +2297,7 @@ class Daemon(AuthJSONRPCServer):
|
|||
log.info("Publish: %s", {
|
||||
'name': name,
|
||||
'file_path': file_path,
|
||||
'bid': amount,
|
||||
'bid': dewies_to_lbc(amount),
|
||||
'claim_address': claim_address,
|
||||
'change_address': change_address,
|
||||
'claim_dict': claim_dict,
|
||||
|
|
Loading…
Reference in a new issue