diff --git a/jubi_access.py b/jubi_access.py index 45794e3..a03a2a2 100644 --- a/jubi_access.py +++ b/jubi_access.py @@ -54,7 +54,7 @@ def get_nonce_time(self): nonece=long(curr_stamp) return nonece - def get_signiture(self,): + def get_signature(self,): nonce_value=self.get_nonce_time() key_value=self.public_key @@ -177,7 +177,7 @@ def testcase(self): obj = Jubi_access() obj.testcase() - # print obj.get_signiture() + # print obj.get_signature() #print obj.real_time_ticker('zet') # obj.real_time_depth('zet') #obj.warming('zet',0.23,0.17)