[#11] Rename neofsid contract to frostfsid

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2023-01-10 16:01:54 +03:00 committed by fyrchik
parent 023396e6a4
commit 9cb4b4cc17
9 changed files with 19 additions and 19 deletions

View file

@ -4,7 +4,7 @@ import (
"crypto/elliptic"
"fmt"
"github.com/TrueCloudLab/frostfs-node/pkg/morph/client/neofsid"
"github.com/TrueCloudLab/frostfs-node/pkg/morph/client/frostfsid"
frostfs "github.com/TrueCloudLab/frostfs-node/pkg/morph/event/frostfs"
"github.com/TrueCloudLab/frostfs-sdk-go/user"
"github.com/nspcc-dev/neo-go/pkg/crypto/keys"
@ -87,7 +87,7 @@ func (np *Processor) approveBindCommon(e *bindCommonContext) {
var id user.ID
id.SetScriptHash(u160)
prm := neofsid.CommonBindPrm{}
prm := frostfsid.CommonBindPrm{}
prm.SetOwnerID(id.WalletBytes())
prm.SetKeys(e.Keys())
prm.SetHash(e.bindCommon.TxHash())