@ -313,7 +313,6 @@ Transaction.prototype.toObject = function toObject() {
obj.changeIndex = this._changeIndex;
}
if (!_.isUndefined(this._fee)) {
console.log(this._fee);
obj.fee = this._fee;
return obj;