From d507bacaa87e9739c3e37c78ee1b384e14dd93c4 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 29 Dec 2022 22:28:40 +0000 Subject: shop --- shop.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shop.lua') 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 -- cgit v1.2.3