Refer to top-level persistence namespaces as `primary_namespace`
authorMatt Corallo <git@bluematt.me>
Thu, 28 Sep 2023 02:40:07 +0000 (02:40 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 28 Sep 2023 02:41:51 +0000 (02:41 +0000)
commit18ef80f78abe0b4f9651978ad4756fd40a0635b0
treee5fe1ce2ece062d13fbd01b3906b443a3f7b7376
parent910a00e3d0cfb8aa21b83c9876f0f0137b14bba0
Refer to top-level persistence namespaces as `primary_namespace`

This fixes a bindings build error as `namespace` is a C++ keyword
which cannot be used as an argument, and while this could be fixed
in the bindings rather than here, separating the term `namespace`
between the concept (which refers to the primary and sub
namespaces) and the primary namespace makes the documentation more
readable.
lightning/src/util/persist.rs