Browse Source

Main2 et MaSi2 pour utilisation avec GUI. Tout cela passe par des dictionnaire

Mushu 5 years ago
parent
commit
120592aaec
2 changed files with 11 additions and 7 deletions
  1. 0 1
      MagnaSim.py
  2. 11 6
      README.md

+ 0 - 1
MagnaSim.py View File

@@ -86,7 +86,6 @@ class Transaction:
86 86
         self.etg=0
87 87
         self.mgn=0
88 88
         return
89
-    
90 89
 
91 90
 def fees_btc(nbr_transaction_btc):
92 91
     """

+ 11 - 6
README.md View File

@@ -14,12 +14,17 @@ __to be done__
14 14
 *Build status of continus integration i.e. travis, appveyor etc. Ex. -*
15 15
 
16 16
 ##Task list
17
-[x]Population generation.
18
-[]Crypto fees :
19
-	[x]BTC fees calculation
20
-	[]ETH fees calculation
21
-	[]Stellar fees calculation
22
-[]Setting user interface to modify parameters
17
+- [x]Population generation.
18
+- []Crypto fees :
19
+	- []BTC fees calculation
20
+		- [x]simple form
21
+	- []ETH fees calculation
22
+		- [x]simple form
23
+	- []Stellar fees calculation
24
+		- [x]simple form
25
+- []Setting user interface to modify parameters
26
+	- []Command Line
27
+		- [x] %transaction fees from MGN
23 28
 
24 29
 #Code style
25 30