Reputation: 741
I'm not sure if this is normal behavior or not. Everytime I access the blockchain a new private/public key pair is created and saved in .hfc-key-store. Therefore this folder becomes huge, how do you handle that? Thanks
Upvotes: 1
Views: 376
Reputation: 12033
The Node SDK supports loading existing credentials. The likely cause of this is that you are actually enrolling each time rather than using existing credentials as much of the sample code actually does this for convenience.
Upvotes: 1