Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D14094
Change Details
Change Details
Old
New
Diff
`flake8 --select=A001,A002 .` `python -m electrumabc.tests` Run the application (`./electrum-abc`) and send/receive funds to ensure nothing fundamental is broken.
``` flake8 --select=A001,A002 . grep -r long_hex . grep -r short_hex . grep -r hashAndSign . python -m electrumabc.tests ``` Run the application (`./electrum-abc`) and send/receive funds to ensure nothing fundamental is broken.
`
``
flake8 --select=A001,A002 .
` `
grep -r long_hex . grep -r short_hex . grep -r hashAndSign .
python -m electrumabc.tests
`
```
Run the application (`./electrum-abc`) and send/receive funds to ensure nothing fundamental is broken.
Continue