Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flatten the structure by bringing services modules up and possibly merging some togther #15

Open
sbellem opened this issue Mar 26, 2016 · 0 comments
Assignees

Comments

@sbellem
Copy link
Contributor

sbellem commented Mar 26, 2016

mainly for simplification purposes, such that instead of having something like:

class transactions.services.service.BitcoinService(testnet=False)

we can have something like:

class transactions.services.BitcoinService(testnet=False)

and perhaps, simplifying further:

class transactions.services.Bitcoin(testnet=False)

or alternatively:

class transactions.BitcoinService(testnet=False)
@sbellem sbellem self-assigned this Mar 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant