Anandakumar Natarajan
Results
1
issues of
Anandakumar Natarajan
Removed static scope from the _TAG member variable in UnknownAttestation. ``` UnknownAttestation(byte[] tag, byte[] payload) { super(); this._TAG = tag; this.payload = payload; } ``` In constructor, for each instance...