Skip to content

Commit

Permalink
Update method names
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Dec 15, 2021
1 parent 80d0c80 commit 86a68d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/context/WalletConnect/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ class N3Helper {
hideNotification?: () => void,
): Promise<JsonRpcResponse> => {
let result: any
if (request.method === 'multiInvoke' || request.method === 'invoke') {
if (
request.method === 'multiInvoke' ||
request.method === 'invokeFunction'
) {
result = await this.multiInvoke(
account,
request.params,
Expand Down

0 comments on commit 86a68d1

Please sign in to comment.