diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 22:29:25 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 22:29:25 +0000 |
commit | 1b63923c98b94486ee59648e02ea4e0f4c0c82da (patch) | |
tree | d9f78af907232393110bec1b8dabd90a9e567143 | |
parent | d507bacaa87e9739c3e37c78ee1b384e14dd93c4 (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 - require"cc.pretty".print(proctrans(msg.transaction)) + require"cc.pretty".pretty_print(proctrans(msg.transaction)) end end |