mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-21 14:09:06 -04:00
Added ratchet info display to object details
This commit is contained in:
parent
5d586d26fc
commit
e0e1540a94
4 changed files with 51 additions and 13 deletions
|
@ -160,7 +160,7 @@ class Messages():
|
|||
if prg <= 0.00:
|
||||
stamp_cost = self.app.sideband.get_lxm_stamp_cost(msg["hash"])
|
||||
if stamp_cost:
|
||||
sphrase = f"Generating stamp (cost {stamp_cost})"
|
||||
sphrase = f"Generating stamp with cost {stamp_cost}"
|
||||
prgstr = ""
|
||||
else:
|
||||
sphrase = "Waiting for path"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue