-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: wadeking98 <[email protected]>
- Loading branch information
1 parent
54bf216
commit d695306
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
.yarn/patches/@hyperledger-indy-vdr-react-native-npm-0.1.0-10c696b320.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/build/ReactNativeIndyVdr.js b/build/ReactNativeIndyVdr.js | ||
index 11f1bf74b1e776401ca593acaf9dbce2b53871e5..c0cd20d3bd402b501b4ccf2e3a986c931455b98e 100644 | ||
--- a/build/ReactNativeIndyVdr.js | ||
+++ b/build/ReactNativeIndyVdr.js | ||
@@ -164,7 +164,7 @@ class ReactNativeIndyVdr { | ||
async poolGetTransactions(options) { | ||
const { poolHandle } = (0, serialize_1.serializeArguments)(options); | ||
const result = (0, indy_vdr_shared_1.handleInvalidNullResponse)(await this.promisifyWithResponse((cb) => this.indyVdr.poolGetTransactions({ cb, poolHandle }), true)); | ||
- return JSON.parse(result); | ||
+ return result; | ||
} | ||
async poolGetVerifiers(options) { | ||
const { poolHandle } = (0, serialize_1.serializeArguments)(options); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters