mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Revert change to sleep in pay offer method
This commit is contained in:
parent
a08b9da67a
commit
82f2ff28a7
1 changed files with 0 additions and 2 deletions
|
|
@ -97,8 +97,6 @@ class SqueakController:
|
|||
)
|
||||
|
||||
def pay_offer(self, received_offer_id: int) -> int:
|
||||
import time
|
||||
time.sleep(10)
|
||||
return self.squeak_store.pay_offer(received_offer_id)
|
||||
|
||||
def get_packaged_offer(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue