Skip to content

Commit

Permalink
fix: set funds as 0 for msgExecuteContractCompat
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Jan 12, 2023
1 parent e215ca0 commit bbcfa54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default class MsgExecuteContractCompat extends MsgBase<

message.setFunds(funds.join(','))
} else {
message.setFunds('')
message.setFunds('0')
}

return message
Expand Down

0 comments on commit bbcfa54

Please sign in to comment.