Skip to content

Commit

Permalink
FIX: signer missing save public key along one path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Dec 22, 2023
1 parent ad6f406 commit ffee452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gossip-lib/src/signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ impl Signer {

if self.public.read().is_none() {
*self.public.write() = Some(private.public_key());
self.save()?;
}

// Invalidate DMs so they rerender decrypted
Expand Down

0 comments on commit ffee452

Please sign in to comment.