mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
fix #6037
This commit is contained in:
parent
5e59d1a0ed
commit
d5469b7eb5
1 changed files with 1 additions and 1 deletions
|
@ -757,7 +757,7 @@ class Commands:
|
||||||
def _format_request(self, out):
|
def _format_request(self, out):
|
||||||
from .util import get_request_status
|
from .util import get_request_status
|
||||||
out['amount_BTC'] = format_satoshis(out.get('amount'))
|
out['amount_BTC'] = format_satoshis(out.get('amount'))
|
||||||
out['status_str'] = get_request_status(out)
|
out['status'], out['status_str'] = get_request_status(out)
|
||||||
return out
|
return out
|
||||||
|
|
||||||
@command('w')
|
@command('w')
|
||||||
|
|
Loading…
Add table
Reference in a new issue