Skip to content

Commit

Permalink
remove coins from operation
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Dec 9, 2024
1 parent 1c51247 commit 7fb14f5
Showing 1 changed file with 1 addition and 1 deletion.
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,
exeSCOperation,
nickname,
signer,
Expand Down

0 comments on commit 7fb14f5

Please sign in to comment.