oxen-io / libsession-util

Session utilities library
GNU General Public License v3.0
15 stars 16 forks source link

feat: add make_dump() to ConfigBase and Keys classes #56

Closed Bilb closed 1 year ago

jagerman commented 1 year ago

Rename it to make_dump instead of debug_dump as it gets used internally for dump() itself. Also made it const.