Skip to content

Commit

Permalink
Fix implicit account creation address syncing (iotaledger#2130)
Browse files Browse the repository at this point in the history
Co-authored-by: Thibault Martinez <[email protected]>
  • Loading branch information
Thoralf-M and thibault-martinez committed Mar 6, 2024
1 parent b3b6b2e commit 804b505
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ impl<S: 'static + SecretManage> Wallet<S> {
if (address.is_ed25519() && sync_options.wallet.basic_outputs)
|| (address.is_nft() && sync_options.nft.basic_outputs)
|| (address.is_account() && sync_options.account.basic_outputs)
|| (address.is_implicit_account_creation() && sync_options.sync_implicit_accounts)
{
// basic outputs
#[cfg(target_family = "wasm")]
Expand Down

0 comments on commit 804b505

Please sign in to comment.