fireblocks / fireblocks-sdk-py

Official Python SDK for Fireblocks API
http://docs.fireblocks.com/api/swagger-ui/
MIT License
51 stars 40 forks source link

Fix mutable default arguments #95

Closed aviba closed 1 year ago

aviba commented 1 year ago

Initialize default arguments with mutable types can cause data leaks between function invocation, fixed to use None.