Skip to content

Commit

Permalink
dart pub updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalxl committed Apr 20, 2024
1 parent a60478d commit f22851e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/event_ds.dart
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ class EventData {
//print("Could not parse the given nsec/private key. Exiting.");
return mentionTag;
}
} on Exception catch (e) {
} on Exception {
//print("====================Caught exctption.");
return "nostr:$strBechId";
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dev_dependencies:
test: ^1.21.4
dependencies:
args: ^2.3.1
bip340: ^0.2.0
bip340: ^0.3.0
crypto: ^3.0.2
intl: ^0.19.0
translator: ^1.0.0
Expand Down

0 comments on commit f22851e

Please sign in to comment.