Author

Topic: Valid transaction (Read 874 times)

newbie
Activity: 15
Merit: 0
May 27, 2013, 11:23:38 AM
#2
Actually, neither one is correct (even if you blur the distinction between a constant and the opcode that pushes it).  There are lots of representations of true, and -- since the script manipulates byte strings, not integers -- there are lots of representations of false as well.

Also, the way I read the code, OP_0 doesn't actually work, but I could be confused.  I'd like it if someone better familiar with the code than I could weigh in on that.
legendary
Activity: 1176
Merit: 1233
May Bitcoin be touched by his Noodly Appendage
May 27, 2013, 08:23:09 AM
#1
The wiki says that "a transaction is valid if nothing in the combined script triggers failure and the top stack item is true (non-zero)"
But "x==OP_TRUE" != "x!=OP_0"
So which one is correct?
Jump to: