diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 22:28:40 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 22:28:40 +0000 |
commit | d507bacaa87e9739c3e37c78ee1b384e14dd93c4 (patch) | |
tree | 1d9859f1c418adf8a0dee062f5e407b265339401 | |
parent | 5b959b346ab38eef9af699c01610146405c6abdc (diff) |
shop
-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 |