Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Commit

Permalink
Token provisioning order fixed in code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Jan 20, 2019
1 parent bac6155 commit 24dc93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolf/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def to_dict(self):

def provision(self, phone):
"""
version+seed+expdate+cryptomoduleid+name+bankid
version:1+expdate:4+cryptomoduleId:1+length:1+timeInterval:1+bankId:1+seed:20+name:~14
"""
expire_date = self.expire_date.strftime('%y%m%d')
binary = struct.pack(
Expand Down

0 comments on commit 24dc93a

Please sign in to comment.