mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 18:25:33 +00:00
fix(@desktop/general): wrong set signer name used
This commit is contained in:
parent
a4835a25ce
commit
ba60c711f7
@ -31,7 +31,7 @@ type
|
|||||||
RemoteDestructCollectible = "RemoteDestructCollectible"
|
RemoteDestructCollectible = "RemoteDestructCollectible"
|
||||||
BurnCommunityToken = "BurnCommunityToken"
|
BurnCommunityToken = "BurnCommunityToken"
|
||||||
DeployOwnerToken = "DeployOwnerToken"
|
DeployOwnerToken = "DeployOwnerToken"
|
||||||
SetSigner = "SetSigner"
|
SetSignerPublicKey = "SetSignerPublicKey"
|
||||||
|
|
||||||
proc event*(self:PendingTransactionTypeDto):string =
|
proc event*(self:PendingTransactionTypeDto):string =
|
||||||
result = "transaction:" & $self
|
result = "transaction:" & $self
|
||||||
|
Loading…
x
Reference in New Issue
Block a user