Skip to content

Commit 04a628b

Browse files
committed
Console log
1 parent c7a824f commit 04a628b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sequencer/server.js

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ app.post("/transactions", async (req, res) => {
7676
app.post("/tx", async (req, res) => {
7777
try {
7878
const { txid, bulk, txs } = req.body;
79+
console.log(`/tx`, req.body);
7980

8081
// TODO: Handle dissapointments
8182
if(bulk) {

0 commit comments

Comments
 (0)