Skip to content

Commit

Permalink
fix: rethrow error from EVM (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
troggy authored Jul 18, 2019
1 parent 934d812 commit 739d2ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tx/applyTx/checkSpendCond.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ module.exports = async (state, tx, bridgeState, nodeConfig = {}) => {
});
} catch (err) {
console.log(err);
throw err;
}

const logOuts = [];
Expand Down

0 comments on commit 739d2ce

Please sign in to comment.