summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index 30688e7..ae6acc8 100644
--- a/shop.lua
+++ b/shop.lua
@@ -49,7 +49,7 @@ while true do
m.write(our_addr)
end
if msg.type == "event" and msg.event == "transaction" then
- require"cc.pretty".print(proctrans(msg.transaction))
+ require"cc.pretty".pretty_print(proctrans(msg.transaction))
end
end