Revision 3906933e trunk/Pithos.Network/TreeHash.cs

b/trunk/Pithos.Network/TreeHash.cs
173 173
            }
174 174
        }
175 175

  
176
        private string _md5=Signature.MD5_EMPTY;
177
        public string MD5
178
        {
179
            get { return _md5; }
180
            set { _md5 = value; }
181
        }
176
        //private string _md5=Signature.MD5_EMPTY;
177
        //public string MD5
178
        //{
179
        //    get { return _md5; }
180
        //    set { _md5 = value; }
181
        //}
182 182

  
183 183
        //Saves the Json representation to a file
184 184
        public async Task Save(string filePath)

Also available in: Unified diff