diminator
|
dca74116ab
|
added tests for multisig
fixed bug in validate_transaction if no signature
|
2016-03-03 11:59:03 +01:00 |
|
diminator
|
3d423ba44b
|
fix tests for multisig
|
2016-03-02 18:05:16 +01:00 |
|
diminator
|
90ab22047a
|
fix multisig test owner => owners
|
2016-03-02 17:55:03 +01:00 |
|
Rodolphe Marques
|
4326c863ac
|
Fixed how validate_transaction handles double spends.
Create tests.
Fixed some flake8 warnings
|
2016-02-23 13:48:31 +01:00 |
|
vrde
|
4c177a9946
|
Replace == with is for some tests
Replace all occurrences of:
- `== True` with `is True`
- `== False` with `is False`
- `== None` with `is None`
|
2016-02-18 11:42:34 +01:00 |
|
Sylvain Bellemare
|
2cf2201095
|
Remove unused import
|
2016-02-15 16:30:37 +01:00 |
|
Sylvain Bellemare
|
f623046f23
|
Use pytest fixtures to create the inputs
|
2016-02-15 16:30:37 +01:00 |
|
Sylvain Bellemare
|
df242a35c6
|
Use pytest fixtures instead of imports
|
2016-02-15 16:30:37 +01:00 |
|
Wrigley the Buffalo
|
841cabe8c6
|
Add code, have fun!
|
2016-02-10 19:55:33 +01:00 |
|