Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew7234 committed Mar 8, 2024
1 parent 8e3120e commit 04d863b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion coreapi/v22.2.11/keymanager/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
package api

import (
"github.com/oasisprotocol/nexus/coreapi/v22.2.11/consensus/api/transaction"
"github.com/oasisprotocol/oasis-core/go/common"
"github.com/oasisprotocol/oasis-core/go/common/crypto/signature"

"github.com/oasisprotocol/nexus/coreapi/v22.2.11/consensus/api/transaction"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion storage/oasis/nodeapi/cobalt/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ import (
stakingCobalt "github.com/oasisprotocol/nexus/coreapi/v21.1.1/staking/api"
)

// We must register non-damask method types with the damask 'transaction' module.
var (
// We must register non-damask method types with the damask 'transaction' module.
// MethodPVSSCommit is the method name for a PVSS commitment.
MethodPVSSCommit = transaction.NewMethodName(beaconCobalt.ModuleName, "PVSSCommit", beaconCobalt.PVSSCommit{})

Expand Down

0 comments on commit 04d863b

Please sign in to comment.