Skip to content

Commit

Permalink
Update lib/model/connection_request_args.dart
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
phuocbitmark and github-actions[bot] authored Dec 14, 2023
1 parent 84ad13f commit 3fe45aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/model/connection_request_args.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ class Wc2Proposal extends ConnectionRequest {
bool get isAutonomyConnect => _isAutonomyConnect();

bool _isAutonomyConnect() {
final proposalChains =
allNamespaces.keys.toSet();
final proposalChains = allNamespaces.keys.toSet();
return proposalChains.contains(Wc2Chain.autonomy);
}

Expand Down

0 comments on commit 3fe45aa

Please sign in to comment.