This commit is contained in:
Matias Alejo Garcia 2014-07-25 12:15:00 -03:00
parent 2008db932b
commit bb5ba1a209
1 changed files with 0 additions and 1 deletions

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;
};