From bb85ac24ebc8ad1d4872706837c82125142eee31 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 17 Dec 2020 16:08:19 +0300 Subject: [PATCH] [#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 --- pkg/innerring/invoke/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/innerring/invoke/container.go b/pkg/innerring/invoke/container.go index bc1961f6..ff3b43f9 100644 --- a/pkg/innerring/invoke/container.go +++ b/pkg/innerring/invoke/container.go @@ -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(),