core: add example to VUB comment

This commit is contained in:
Anna Shaleva 2022-10-06 10:08:48 +03:00
parent 1c376ffa62
commit 78cd2b4566

View file

@ -47,7 +47,8 @@ type Transaction struct {
NetworkFee int64
// Maximum blockchain height exceeding which
// transaction should fail verification.
// transaction should fail verification. E.g. if VUB=N, then transaction
// can be accepted to block with index N, but not to block with index N+1.
ValidUntilBlock uint32
// Code to run in NeoVM for this transaction.