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

Fixed in PR #88 - Key.is_private (which is always True) is used in some places instead of Key.is_private() (which is sometimes False) #83

Closed
posita opened this issue Feb 22, 2015 · 0 comments

Comments

@posita
Copy link
Contributor

posita commented Feb 22, 2015

See, e.g.:

if self.is_private:

if wallet.is_private:

@posita posita changed the title Key.is_private is used in some places instead of Key.is_private() Key.is_private (which is always True) is used in some places instead of Key.is_private() (which is sometimes False) Feb 25, 2015
@posita posita changed the title Key.is_private (which is always True) is used in some places instead of Key.is_private() (which is sometimes False) Fixed in PR #88 - Key.is_private (which is always True) is used in some places instead of Key.is_private() (which is sometimes False) Mar 6, 2015
richardkiss added a commit that referenced this issue Mar 24, 2015
READY FOR REVIEW - Fix #83. Key.is_private -> Key.is_private() where appropriate.
ghtdak pushed a commit to ghtdak/pycoin that referenced this issue Jul 16, 2016
…ate.

[gitreformat yapf-ify (github/ghtdak) on Fri Jul 15 12:51:43 2016]
[from commit: 8044714]
ghtdak pushed a commit to ghtdak/pycoin that referenced this issue Jul 16, 2016
READY FOR REVIEW - Fix richardkiss#83. Key.is_private -> Key.is_private() where appropriate.
[gitreformat yapf-ify (github/ghtdak) on Fri Jul 15 12:51:46 2016]
[from commit: 85c91fe]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant