# Gavin Andresen # 2012-01-25 16:13:55 # https://bitcointalk.org/index.php?topic=60433.msg712245#msg712245 @s{quotedtext} @s{quotedtext} @p{brk} No, it really isn't. @p{par} Here's a possible future implementation of IsStandard(): @p{par} Code: bool @p{brk} IsStandard() @p{brk} { @p{brk} return true; @p{brk} } @p{brk} @p{brk} I like the idea of a future IsStandard() that allows more transaction types, but only if they're under some (sane) resource limits. @p{brk}