Revert change to sleep in pay offer method

This commit is contained in:
Jonathan Zernik 2022-08-26 14:20:04 -07:00
parent a08b9da67a
commit 82f2ff28a7

View file

@ -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(