summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-29 22:29:25 +0000
committerubq323 <ubq323@ubq323.website>2022-12-29 22:29:25 +0000
commit1b63923c98b94486ee59648e02ea4e0f4c0c82da (patch)
treed9f78af907232393110bec1b8dabd90a9e567143 /shop.lua
parentd507bacaa87e9739c3e37c78ee1b384e14dd93c4 (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 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