summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-29 22:28:40 +0000
committerubq323 <ubq323@ubq323.website>2022-12-29 22:28:40 +0000
commitd507bacaa87e9739c3e37c78ee1b384e14dd93c4 (patch)
tree1d9859f1c418adf8a0dee062f5e407b265339401 /shop.lua
parent5b959b346ab38eef9af699c01610146405c6abdc (diff)
shop
Diffstat (limited to 'shop.lua')
-rw-r--r--shop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index be8fbf2..30688e7 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
- print(proctrans(msg.transaction))
+ require"cc.pretty".print(proctrans(msg.transaction))
end
end