forked from TrueCloudLab/frostfs-node
[#254] innerring: Increase extra fee for container registration
Some rough estimation until there will be p2p signature collection inside the chain. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
feec559e47
commit
bb85ac24eb
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ func RegisterContainer(cli *client.Client, con util.Uint160, p *ContainerParams)
|
|||
return client.ErrNilClient
|
||||
}
|
||||
|
||||
return cli.Invoke(con, 2*extraFee, putContainerMethod,
|
||||
return cli.Invoke(con, 5*extraFee, putContainerMethod,
|
||||
p.Container,
|
||||
p.Signature,
|
||||
p.Key.Bytes(),
|
||||
|
|
Loading…
Reference in a new issue