reorganization

This commit is contained in:
Evgeny
2021-08-06 14:43:34 +03:00
parent 372ec8578d
commit 1e9b33eaea
52 changed files with 1044 additions and 20 deletions

View File

@@ -12,5 +12,5 @@ end
function on_network_result(result)
local price = ajson:get_value(result, "object object:USD string:last")
ui:show_text("BTC"..equals..price.." USD")
ui:show_text("1 BTC"..equals..price.." USD")
end