-
Hey guys, I am baffled on this one. Here is my log: Modified addresses and tokens for obvious reasons. Any idea? The hash is in the correct hex format, I don't understand why its saying there's no data to embed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, although adding the null-data in hex didn't work, BlockCypher also accepts them as ASCII. So that's what I did and it worked:
} It seems that attaching null-data in hex-encoded format is buggy or glitch, just a heads up. ASCII format works. |
Beta Was this translation helpful? Give feedback.
Well, although adding the null-data in hex didn't work, BlockCypher also accepts them as ASCII. So that's what I did and it worked:
// Modified createTransactionSkeleton function
async function createTransactionSkeleton(dataHash) {
console.log('Preparing to create transaction skeleton.');