When a signer runs the method dkg_private_shares() upon receiving private share, the execution will run the line
self.dkg_private_shares
.insert(src_signer_id, dkg_private_shares.clone());
before attempting decryption so that if decryption fails, the hashmap will still contain the value.