LLFourn / bdk_core_staging

Staging area for bdk_core initial development
15 stars 12 forks source link

Rename "ChainIndex" to "ChainPositoin" #99

Closed LLFourn closed 1 year ago

LLFourn commented 1 year ago

We are calling this an "index" all over the place which is confusing because of all the indexes we have in the crate. Let's call it a ChainPosition (the position is the specific type of index it is) and use the type parameter P.

evanlinjin commented 1 year ago

Done in #111