forked from TrueCloudLab/frostfs-node
[#749] neofs-adm: save group public key in NNS
Query `group.neofs` instead of retrieving individual manifest. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
def1bbc84c
commit
e4bc9c7fad
3 changed files with 80 additions and 7 deletions
|
@ -18,6 +18,8 @@ import (
|
|||
|
||||
const contractWalletName = "contract.json"
|
||||
|
||||
const groupKeyDomain = "group.neofs"
|
||||
|
||||
func initializeContractWallet(walletDir string) (*wallet.Wallet, error) {
|
||||
var (
|
||||
password string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue