Skip to content

Commit

Permalink
Update sender offset key
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Aug 12, 2024
1 parent 84e7c0a commit 2db9730
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions base_layer/wallet/src/output_manager_service/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1687,6 +1687,13 @@ where
.build()
.await
.map_err(|e| OutputManagerError::BuildError(e.message))?;
stp.change_recipient_sender_offset_private_key(
self.resources
.key_manager
.get_next_key(TransactionKeyManagerBranch::OneSidedSenderOffset.get_branch_key())
.await?
.key_id,
)?;

// This call is needed to advance the state from `SingleRoundMessageReady` to `SingleRoundMessageReady`,
// but the returned value is not used
Expand Down

0 comments on commit 2db9730

Please sign in to comment.