> I believe I'm missing the implication of this. Does that mean we need > to logically name ledgers in a way that can keep track, because each > has only one uninterrupted session of write operations, otherwise it > is read only? It's not possible to specify a name on ledger creation. When you create a ledger that ledger is assigned an ID. If you want to keep track of different ledgers, you need to store a mapping from a logical name to ledger is somewhere.
-Ivan
