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

Fix unused-var, shadowed variable warnings and integration test timeouts and descendent chains #751

Merged
merged 6 commits into from Apr 18, 2017

Conversation

dcousens
Copy link
Contributor

@dcousens dcousens commented Jan 6, 2017

@@ -53,7 +53,7 @@ function classifyWitness (script, allowIncomplete) {
var chunks = decompile(script)

if (pubKeyHash.input.check(chunks)) return types.P2WPKH
if (scriptHash.input.check(chunks)) return types.P2WSH
if (scriptHash.input.check(chunks, allowIncomplete)) return types.P2WSH
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This... needs tests

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dcousens
Copy link
Contributor Author

rebased - will merge if good (may have integration tests fail until #786)

@dcousens dcousens changed the title Fix unused-var or shadowed variable warnings Fix unused-var, shadowed variable warnings and integration test timeouts and descendent chains Apr 18, 2017
@dcousens
Copy link
Contributor Author

Merged the test fixes into this as it was frustrating having fixes in both branches.

@fanatid
Copy link
Member

fanatid commented Apr 18, 2017

ACK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants