Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
supermassive committed Jan 6, 2025
1 parent baafaee commit a8e93dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/brave_wallet/browser/zcash/zcash_keyring.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ std::unique_ptr<HDKey> ConstructAccountsRootKey(base::span<const uint8_t> seed,
}
}

#if BUILDFLAG(ENABLE_ORCHARD)
std::unique_ptr<HDKeyZip32> ConstructOrchardAccountsRootKey(
base::span<const uint8_t> seed,
bool testnet) {
Expand All @@ -50,6 +51,7 @@ std::unique_ptr<HDKeyZip32> ConstructOrchardAccountsRootKey(
return orchard_key->DeriveHardenedChild(
testnet ? kTestnetCoinType : static_cast<uint32_t>(mojom::CoinType::ZEC));
}
#endif

} // namespace

Expand Down

0 comments on commit a8e93dd

Please sign in to comment.