Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Apr 4, 2024
1 parent 4918f4b commit 3d4fa06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion lib/apis/core/relay_client/relay_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ class RelayClient implements IRelayClient {
return true;
}

// TODO check https://www.notion.so/walletconnect/Relay-Log-Triage-Nov-15-2023-9d887df8f8d9415ea07bde7d3ea68e31?pvs=4
Future<bool> _handleSubscription(Parameters params) async {
String topic = params['data']['topic'].value;
String message = params['data']['message'].value;
Expand Down
4 changes: 1 addition & 3 deletions lib/apis/web3wallet/web3wallet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ class Web3Wallet implements IWeb3Wallet {
required Uri uri,
}) async {
try {
return await signEngine.pair(
uri: uri,
);
return await signEngine.pair(uri: uri);
} catch (e) {
rethrow;
}
Expand Down

0 comments on commit 3d4fa06

Please sign in to comment.