From 3123cadd1abcb66e29aa1575ac410872450f2c5d Mon Sep 17 00:00:00 2001 From: Alexandre Bourget Date: Tue, 11 Jun 2019 16:35:47 -0400 Subject: [PATCH] Support overriding with ephemeral key when unspecified. --- bios/ops.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/bios/ops.go b/bios/ops.go index df8fda03..3207bb78 100644 --- a/bios/ops.go +++ b/bios/ops.go @@ -351,8 +351,6 @@ type OpSetProds struct { } func (op *OpSetProds) Actions(b *BIOS) (out []*eos.Action, err error) { - // We he can at least process the last few blocks, that wrap up - // and resigns the system accounts. var prodKeys []system.ProducerKey