fix(@desktop/general): wrong set signer name used

This commit is contained in:
Sale Djenic 2023-12-01 17:57:56 +01:00 committed by saledjenic
parent a4835a25ce
commit ba60c711f7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ type
RemoteDestructCollectible = "RemoteDestructCollectible"
BurnCommunityToken = "BurnCommunityToken"
DeployOwnerToken = "DeployOwnerToken"
SetSigner = "SetSigner"
SetSignerPublicKey = "SetSignerPublicKey"
proc event*(self:PendingTransactionTypeDto):string =
result = "transaction:" & $self