[#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:
Alex Vanin 2020-12-17 16:08:19 +03:00 committed by Alex Vanin
parent feec559e47
commit bb85ac24eb

View file

@ -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(),