You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something like Some(5).getOrElse(emptyColl(0)) would cause network split. V6 nodes would accept this script because the invalid operation (indexing empty coll) is never evaluated whereas v5 nodes would reject. Unless ErgoTree version is also >= 3 in which case old nodes would not evaluate script
Something like
Some(5).getOrElse(emptyColl(0))
would cause network split. V6 nodes would accept this script because the invalid operation (indexing empty coll) is never evaluated whereas v5 nodes would reject. Unless ErgoTree version is also >= 3 in which case old nodes would not evaluate scriptDiscovered by @SethDusek
The text was updated successfully, but these errors were encountered: