diff options
-rw-r--r-- | shop.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -54,7 +54,6 @@ while true do m.write(our_addr) end if msg.type == "event" and msg.event == "transaction" then - print(msgtxt) require"cc.pretty".pretty_print(proctrans(msg.transaction)) end end |