parent
583afbd35f
commit
9dd61d84ab
|
@ -140,7 +140,7 @@ class BinaryOption():
|
|||
|
||||
def initialize(self, api_endpoint, escrow_mint, decimals=2, skip_confirmation=True):
|
||||
msg = ""
|
||||
# Initalize Clinet
|
||||
# Initialize Clinet
|
||||
client = Client(api_endpoint)
|
||||
msg += "Initialized client"
|
||||
# Create account objects
|
||||
|
@ -513,4 +513,4 @@ class BinaryOption():
|
|||
)
|
||||
except Exception as e:
|
||||
msg += f" | ERROR: Encountered exception while attempting to send transaction: {e}"
|
||||
raise(e)
|
||||
raise(e)
|
||||
|
|
Loading…
Reference in New Issue