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

View File

@ -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