Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Sep 23, 2018
1 parent 6084f93 commit 45feb91
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/walletconnect-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/walletconnect-core/src/connector.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class Connector {
return
}

const v = Buffer.from(value.toString('hex'), 'hex')
const v = Buffer.from(value, 'hex')
this._symKey = v
}

Expand Down
8 changes: 4 additions & 4 deletions packages/walletconnect-react-native/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/walletconnect/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45feb91

Please sign in to comment.