Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eun2ce committed May 30, 2019
1 parent ddaf7a0 commit 08def55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from bclib import bancor

bancor_1 = bancor(300000, 1, 0.2)
# @total_supply=300299.40179372387, @reserved_token=60300.0, @price=1.003998003989035, @crr=0.2>
bancor_1.issue_by_reserve_token(300)
bancor_1.issue_by_reserve_token(700)
bancor_1.destroy_by_reserve_token(1302)
Expand Down

0 comments on commit 08def55

Please sign in to comment.