This commit is contained in:
Matias Alejo Garcia 2014-07-25 12:15:00 -03:00
commit bb5ba1a209

View file

@ -47,7 +47,6 @@ TxProposal.fromObj = function(o) {
t.builder = new Builder.fromObj(o.builderObj);
} catch (e) {
if (!o.version) {
console.log('Importing old TxProposal V0' + JSON.stringify(o.builderObj));
t.builder = new BuilderMockV0(o.builderObj);
t.readonly = 1;
};