Skip to content

Commit a772f3f

Browse files
committed
Fix ShareSub
1 parent 98818b3 commit a772f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentinel_sdk/modules/subscription.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def ShareSubscription(self, subscription_id: int, wallet_address: str, bytes: st
191191
msg = msg_pb2_3.MsgShareSubscriptionRequest(
192192
frm = self._account.address,
193193
id = subscription_id,
194-
acc_address = address,
194+
acc_address = wallet_address,
195195
bytes = bytes,
196196
)
197197
return self.transaction([msg], tx_params)

0 commit comments

Comments
 (0)