Indicio-tech / pydid

Python library for validating, constructing, and representing DIDs and DID Documents
Apache License 2.0
11 stars 12 forks source link

Builder from_doc should deep copy #15

Closed dbluhm closed 3 years ago

dbluhm commented 3 years ago

Right now, the underlying dictionaries and lists point to the same values as the original doc, meaning manipulating one manipulates the other.