Skip to content
Snippets Groups Projects
Commit 38690cfe authored by Éloïs's avatar Éloïs
Browse files

tests(cucumber): reproduce bug #62

parent e16ccd5f
No related branches found
No related tags found
1 merge request!63fix(gdev): add constant tx fees (2 cents by tx) to prevent #62
......@@ -25,4 +25,15 @@ Feature: Balance transfer
The blockchain should automatically withdraw account creation tax (3 ĞD)
"""
Then eve should have 2 ĞD
Scenario: Create a new account without any founds
Then eve should have 0 ĞD
When eve send 0 ĞD to alice
Then alice should have 10 ĞD
When alice send 5 ĞD to eve
Then eve should have 5 ĞD
When 1 block later
"""
The blockchain should automatically withdraw account creation tax (3 ĞD)
"""
Then eve should have 2 ĞD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment