format publish output bid value in lbc instead of dewies

This commit is contained in:
Lex Berezhny 2018-10-17 19:50:31 -04:00
parent 59a0f9f602
commit 73bd76b631

View file

@ -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,