We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5b2d4 commit 65d8c92Copy full SHA for 65d8c92
vms/platformvm/block/executor/manager.go
@@ -151,6 +151,8 @@ func (m *manager) VerifyTx(tx *txs.Tx) error {
151
})
152
// We ignore [errFutureStakeTime] here because the time will be advanced
153
// when this transaction is issued.
154
+ //
155
+ // TODO: Remove this check post-Durango.
156
if errors.Is(err, executor.ErrFutureStakeTime) {
157
return nil
158
}
0 commit comments