You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnstate, fmt.Errorf("error submitting validator set to enclave: %v", err)
241
241
}
242
242
// todo: change to log level debug later
243
+
fmt.Printf("block.Header %+v\n", block.Header)
243
244
blockExec.logger.Info(fmt.Sprintf("Submitted validator set to enclave for height %d, val set hash: %s", block.Height, hex.EncodeToString(block.ValidatorsHash)))
0 commit comments