Skip to content

Commit

Permalink
Fix reaching
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Aug 30, 2024
1 parent 59d2eb6 commit e6cd5b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { BoundWitness } from '@xyo-network/boundwitness-model'
import type { HashLeaseEstimate } from '@xyo-network/diviner-hash-lease'
import type { WithOptionalMeta, WithSources } from '@xyo-network/payload-model'

import type { DomainRegistrationLease } from '../DomainRegistration/DomainRegistrationLease.ts'
import type { DomainRegistrationLease } from '../DomainRegistration/index.ts'

export type DomainEstimate = [
WithOptionalMeta<BoundWitness>,
Expand Down

0 comments on commit e6cd5b2

Please sign in to comment.