We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862e9cc commit 6e2dab7Copy full SHA for 6e2dab7
modules/btc_teleport.py
@@ -173,11 +173,11 @@ def vote_offer_btc_teleport(self, args):
173
current_offers = self.get_offers()
174
if offer_hash not in current_offers:
175
self.local.add_log("Offer not found, skip", "warning")
176
- return
+ continue
177
offer = current_offers[offer_hash]
178
if validator_index in offer.get("votedValidators"):
179
self.local.add_log("Proposal already has been voted", "debug")
180
181
self.add_save_offer(offer)
182
request_hash = self.ton.CreateConfigProposalRequest(offer_hash, validator_index)
183
validator_signature = self.ton.GetValidatorSignature(validator_key, request_hash)
0 commit comments