Skip to content

Commit

Permalink
whyd that comment not appear grr
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Jan 10, 2024
1 parent 47148fb commit 9e85efb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/src/wallet/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ impl WalletData {
.filter(|output_data| output_data.output.is_account())
}

// Returns the first possible Account id, which can be an implicit account.
// If none are found, returns AccountNotFound.
pub fn first_account_id(&self) -> Result<AccountId> {
self.accounts()
.next()
Expand Down

0 comments on commit 9e85efb

Please sign in to comment.