Skip to content

Commit

Permalink
Fix MsgExecuteContract
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Nov 7, 2024
1 parent 3a2910f commit 6abeba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secret_sdk/core/wasm/msgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def to_proto(self) -> MsgExecuteContract_pb:

return MsgExecuteContract_pb(
sender=address_to_bytes(self.sender),
sender_address=self.sender,
contract=address_to_bytes(self.contract),
msg=self.msg_encrypted,
sent_funds=self.sent_funds.to_proto(),
Expand Down

0 comments on commit 6abeba8

Please sign in to comment.