Skip to content

Commit

Permalink
fix(build): Fix Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nduchak committed Feb 10, 2020
1 parent 060ee35 commit b1ace11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es/tx/builder/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,4 @@ export function buildTxHash (rawTx) {
return buildHash('th', rawTx)
}

export default { calculateMinFee, calculateFee, unpackTx, unpackRawTx, buildTx, buildRawTx, validateParams, buildTxHash, transformDecodedEvents: decodeEvents }
export default { calculateMinFee, calculateFee, unpackTx, unpackRawTx, buildTx, buildRawTx, validateParams, buildTxHash }

0 comments on commit b1ace11

Please sign in to comment.