Skip to content

Commit

Permalink
Merge pull request LedgerHQ#149 from meriadec/master
Browse files Browse the repository at this point in the history
Minor flow fixes
  • Loading branch information
meriadec authored May 12, 2018
2 parents 480c2ae + 692295e commit 2d734a6
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/currencies/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/example-node/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/hw-app-ada/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/hw-app-btc/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
2 changes: 2 additions & 0 deletions packages/hw-app-btc/src/Btc.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ btc.createPaymentTransactionNew(
segwit
).then(() =>
doIf(!resuming && typeof changePath != "undefined", () => {
// $FlowFixMe
return this.provideOutputFullChangePath(changePath);
}).then(() => this.hashOutputFull(outputScript))
)
Expand Down Expand Up @@ -633,6 +634,7 @@ btc.createPaymentTransactionNew(
.then(() =>
doIf(!segwit, () =>
doIf(!resuming && typeof changePath != "undefined", () => {
// $FlowFixMe
return this.provideOutputFullChangePath(changePath);
}).then(() => this.hashOutputFull(outputScript))
)
Expand Down
1 change: 1 addition & 0 deletions packages/hw-app-eth/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/hw-app-str/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/hw-app-xrp/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/hw-hid-cli/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/hw-http-proxy-devserver/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/hw-transport-http/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/hw-transport-mocker/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/hw-transport-node-hid/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/hw-transport-u2f/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/hw-transport/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/react-native-hid/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/react-native-hw-transport-ble/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/test/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down
1 change: 1 addition & 0 deletions packages/web3-subprovider/.flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/lib

[include]

Expand Down

0 comments on commit 2d734a6

Please sign in to comment.