Skip to content

Commit

Permalink
update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Dec 6, 2024
1 parent a94b280 commit c84602f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion int/api/cmd/deploySC.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (d *deploySC) Handle(params operations.CmdDeploySCParams) middleware.Respon
smartContractByteCode,
deployerSCByteCode,
&signer.WalletPlugin{},
"Deploying contract"+params.Body.Description,
"Deploying contract: "+params.Body.Description,
)
if err != nil {
return operations.NewCmdDeploySCInternalServerError().
Expand Down

0 comments on commit c84602f

Please sign in to comment.