cashscript
cashscript copied to clipboard
rename 'tx.age'
tx.age uses the nSequence field of the current UTXO, that's why I suggest changing tx. to something that signals that its a UTXO property.
https://github.com/bitcoin/bips/blob/master/bip-0112.mediawiki
Alternative names are this.activeInputAge, this.age or this.sequence.