From 2c343970c481ee8c18b9487ae3724b161e84c048 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Wed, 3 May 2017 18:00:20 +0200 Subject: [PATCH] fixed sync issue with "preferUntransformed" --- src/Transaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Transaction.js b/src/Transaction.js index 8909e8e5..d21adba9 100644 --- a/src/Transaction.js +++ b/src/Transaction.js @@ -1022,7 +1022,7 @@ module.exports = function (Y/* :any */) { var ops = [] yield* this.os.iterate(this, null, null, function * (op) { if (op.id[0] !== '_') { - ops.push(Y.Struct[op.struct].encode(op)) + ops.push(op) } }) return {