mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 17:40:00 -07:00
computer: distribution: replace Option but distinct structs
This commit is contained in:
@@ -33,10 +33,6 @@ impl AddressCohortState {
|
||||
self.inner.realized = RealizedState::default();
|
||||
}
|
||||
|
||||
pub(crate) fn reset_cost_basis_data_if_needed(&mut self) -> Result<()> {
|
||||
self.inner.reset_cost_basis_data_if_needed()
|
||||
}
|
||||
|
||||
pub(crate) fn send(
|
||||
&mut self,
|
||||
addressdata: &mut FundedAddressData,
|
||||
|
||||
Reference in New Issue
Block a user