Corrupted transaction

1

In this transaction There's a decoding error and an escrow. What could cause this?

MCCCS

Posted 2016-08-16T17:06:50.283

Reputation: 5 827

Answers

3

The decoding error is not really an error, per se, just an OP_RETURN. OP_RETURN is used for storing data in the blockchain and that's what this transaction is doing. It's not actually a spendable output, so the block explorer is getting confused and puts out a decoding error.

Jimmy Song

Posted 2016-08-16T17:06:50.283

Reputation: 7 067