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