Jesús Lagares

Results 2 comments of Jesús Lagares

Yes! The curl that I'm using for transactions is: `curl -X POST \ http://localhost:8060/api/rest/v1/transaction \ -H 'Content-Type: application/json' \ -d '{ "type": "FROM_ADDRESS" , "transactionIdentifierValue": "0x4aecf261541f168Bb3CA65FA8Ff5012498aac3b8", "nodeName": "default" }'` And...

Yeah! You're right Craig, I finally found the problem. The problem was that I thought the blocks were correlative, but there was persistence and the logs that I was seeing...