diff --git a/src/actions/ripple/BlockchainActions.js b/src/actions/ripple/BlockchainActions.js index 4fb5b0fe..f61d40a7 100644 --- a/src/actions/ripple/BlockchainActions.js +++ b/src/actions/ripple/BlockchainActions.js @@ -32,7 +32,6 @@ export const onBlockMined = (network: string): PromiseAction => async (dis // }); // if (!fee.success) return; - // if (fee.payload !== blockchain.fee) { // dispatch({ // type: BLOCKCHAIN.UPDATE_FEE,