Skip to content

Commit

Permalink
gci
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Dec 5, 2024
1 parent cc94b82 commit ae04d7a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion int/api/cmd/deploySC.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (d *deploySC) Handle(params operations.CmdDeploySCParams) middleware.Respon
sendoperation.MaxGasAllowedExecuteSC, // default
maxCoins, // maxCoins
coins, // Coins to send for storage
fee, // operation fee
fee, // operation fee
sendoperation.DefaultExpiryInSlot,
parameters,
smartContractByteCode,
Expand Down
2 changes: 0 additions & 2 deletions pkg/node/sendoperation/executesc/executesc.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ This function serialize the content of the datastore in a byte array and should
compactAndAppendBytes(&byteArray, key)
compactAndAppendBytes(&byteArray, value)
}
Function is unused right now
*/
//nolint:unused
func compactAndAppendBytes(msg *[]byte, value interface{}) {
Expand Down
2 changes: 1 addition & 1 deletion pkg/onchain/sc.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func DeploySC(
client,
networkInfos.ChainID,
expiry,
fees + coins,
fees+coins,
exeSCOperation,
nickname,
signer,
Expand Down

0 comments on commit ae04d7a

Please sign in to comment.