mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-03-17 21:31:52 +01:00
dart pub updates
This commit is contained in:
parent
a60478d183
commit
f22851ed45
@ -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";
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user