Greetings,
I am having an issue with adding big metadata into transaction - it doesn't put hex string into data field, it just stays inside hex and there is only a reference to the transaction id with its size.This is how transaction looks:
"data" : [
{
"txid" : "d96b617ac11c366fa16a029f271aaf0b9e5930127a8500a022e22a6df2c095c2",
"vout" : 0,
"size" : 566850
}
],
On the other hand, when i put small metadata into transaction, this is how data looks:
"data" : [
"hexstring"
],
So the question is, is there something that i missed inside params.dat? I have maxed out those transaction size parameters, as well as block size.
Thank you in advance