Skip to content

Commit

Permalink
Merge pull request #2561 from CityOfZion/CU-8678g209y
Browse files Browse the repository at this point in the history
CU-8678g209y - nwd: encrypt, decrypt and decryptFromArray WC's methods
  • Loading branch information
melanke authored Nov 6, 2023
2 parents 86de2f6 + 186ad21 commit ea0553c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/components/DappRequest/Encrypt/Encrypt.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ const Encrypt = ({
</div>
<div className={styles.wcMessageContents}>
{request.params.request.params[0]}
{JSON.stringify(request.params.request.params)}
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions app/util/walletConnect.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,13 @@ export const walletConnectOptions: TOptions = {
'testInvoke',
'signMessage',
'verifyMessage',
'traverseIterator',
'getWalletInfo',
'getNetworkVersion',
'traverseIterator',
'calculateFee',
'encrypt',
'decrypt',
'encrypt',
'decryptFromArray',
'calculateFee',
],
autoAcceptMethods: [
'testInvoke',
Expand Down

0 comments on commit ea0553c

Please sign in to comment.