I have 6 keys in a stream right now. When I call liststreamkeys * true 9999 I get all the first and last items of those keys, but the very first one returns the following data:
"data" : {
"txid" : "d6c7d5a082cb97a6c81ac891ccd9ae53b0a6cc2414cf2d1194d329cf0e4e0d5d",
"vout" : 0,
"size" : 19256
},
This breaks my code, since all the other keys have the hexadecimal code in data. Any idea what is going on?