File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
crates/bcr-ebill-transport/src Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.4.11-hotfix
2+
3+ * Fix ` restore from seed ` where the Nostr client wasn't connected properly
4+
15# 0.4.11
26
37* Fix a bug where it was possible to reject recourse, even though it was already rejected
Original file line number Diff line number Diff line change 11[workspace .package ]
2- version = " 0.4.11"
2+ version = " 0.4.11-hotfix "
33edition = " 2024"
44license = " MIT"
55
Original file line number Diff line number Diff line change @@ -296,6 +296,7 @@ pub async fn create_restore_account_service(
296296 ) ;
297297
298298 let nostr_client = Arc :: new ( NostrClient :: default ( & nostr_config) . await ?) ;
299+ nostr_client. connect ( ) . await ?;
299300 let nostr_contact_processor = Arc :: new ( NostrContactProcessor :: new (
300301 nostr_client. clone ( ) ,
301302 db_context. nostr_contact_store . clone ( ) ,
You can’t perform that action at this time.
0 commit comments