mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 16:56:53 +00:00
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…
x
Reference in New Issue
Block a user