diff options
-rw-r--r-- | shop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |