diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 22:38:36 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 22:38:36 +0000 |
commit | 4ed1b1d21be8f35dcbd4b7afb289214a6f47df76 (patch) | |
tree | a8ef49a12e36b51f7c8f11c3862a9178aa846ad7 | |
parent | 8cd33d47363a8a180bdbd931c686e39c81398fbd (diff) |
shop
-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 |