File tree Expand file tree Collapse file tree
oasis-node/cmd/keymanager Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ func verifyPolicyFromFlags() error {
353353 return nil
354354}
355355
356- // / unmarshalPolicyChor checks whether given CBOR is a valid secrets.PolicySGX struct.
356+ // unmarshalPolicyCBOR checks whether given CBOR is a valid secrets.PolicySGX struct.
357357func unmarshalPolicyCBOR (pb []byte ) (* secrets.PolicySGX , error ) {
358358 var p * secrets.PolicySGX = & secrets.PolicySGX {}
359359 if err := cbor .Unmarshal (pb , p ); err != nil {
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ func (h *sandboxHost) ID() common.Namespace {
8181 return h .id
8282}
8383
84- // GetInfo implements host.Runtime.
84+ // GetActiveVersion implements host.Runtime.
8585func (h * sandboxHost ) GetActiveVersion () (* version.Version , error ) {
8686 h .RLock ()
8787 defer h .RUnlock ()
You can’t perform that action at this time.
0 commit comments