Skip to content

Commit

Permalink
Fix comments indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Nov 28, 2022
1 parent 62efd1c commit 07f62b5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions app/core/Engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,19 +262,19 @@ class Engine {

// execute snap
// setTimeout(async () => {
// const snapId = 'npm:@metamask/test-snap-bip44';
// const origin = 'https://google.pt';

// const res = await RNFetchBlob.fetch(
// 'GET',
// 'https://registry.npmjs.org/@metamask/test-snap-bip44/-/test-snap-bip44-4.1.2.tgz',
// );
// console.log('res->', res);
// const stream = await res.readStream();
// console.log(stream);

// const blobRes = await res.blob();
// console.log('blobRes1->', blobRes);
// const snapId = 'npm:@metamask/test-snap-bip44';
// const origin = 'https://google.pt';

// const res = await RNFetchBlob.fetch(
// 'GET',
// 'https://registry.npmjs.org/@metamask/test-snap-bip44/-/test-snap-bip44-4.1.2.tgz',
// );
// console.log('res->', res);
// const stream = await res.readStream();
// console.log(stream);

// const blobRes = await res.blob();
// console.log('blobRes1->', blobRes);

// await snapController.installSnaps(origin, { [snapId]: {} });

Expand Down

0 comments on commit 07f62b5

Please sign in to comment.