Skip to content

Commit

Permalink
Refetch blind tokens after subscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Apr 3, 2024
1 parent 4e76064 commit 84dcfdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mutiny-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1938,6 +1938,8 @@ impl<S: MutinyStorage> MutinyWallet<S> {
self.ensure_mutiny_nwc_profile(subscription_client, autopay)
.await?;

self.check_blind_tokens();

Ok(())
} else {
Err(MutinyError::SubscriptionClientNotConfigured)
Expand Down

0 comments on commit 84dcfdd

Please sign in to comment.