Skip to content

Commit 4e0df0c

Browse files
committed
Add TODO
1 parent 1fc6eb7 commit 4e0df0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vms/platformvm/block/executor/manager.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ func (m *manager) VerifyTx(tx *txs.Tx) error {
151151
})
152152
// We ignore [errFutureStakeTime] here because the time will be advanced
153153
// when this transaction is issued.
154+
//
155+
// TODO: Remove this check post-Durango.
154156
if errors.Is(err, executor.ErrFutureStakeTime) {
155157
return nil
156158
}

0 commit comments

Comments
 (0)