fix(communities)_: do not auto-delete tracking SetSignerPubKey transaction
This commit is contained in:
parent
5f666e6ad9
commit
f8984b26e0
|
@ -525,7 +525,7 @@ func (s *Service) SetSignerPubKey(ctx context.Context, chainID uint64, contractA
|
||||||
common.Address(txArgs.From),
|
common.Address(txArgs.From),
|
||||||
common.HexToAddress(contractAddress),
|
common.HexToAddress(contractAddress),
|
||||||
transactions.SetSignerPublicKey,
|
transactions.SetSignerPublicKey,
|
||||||
transactions.AutoDelete,
|
transactions.Keep,
|
||||||
"",
|
"",
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue