0
Is it possible that a well formed Omni transaction (with valid Omni layer data) be valid for Bitcoin miners while being invalid for the Omni token being used ?
0
Is it possible that a well formed Omni transaction (with valid Omni layer data) be valid for Bitcoin miners while being invalid for the Omni token being used ?
2
Yes, Bitcoin miners don't perform any validation beyond the Bitcoin validity rules. Omni transactions rely on OP_RETURN values, which don't matter to the Bitcoin miners.
As long as a tx is a valid Bitcoin tx, miners are free to include it in their blocks.
When an omni node sees such an invalid transaction, it will simply ignore any asset movements the tx claims to perform.
Just one question : which are the source files in Omnicore for verifying transactions ? – user2284570 – 2018-08-22T09:13:20.543
@user2284570 I'm not familiar with the omni source, sorry – Raghav Sood – 2018-08-22T09:13:41.020