1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-29 02:18:06 +00:00

force CI build

This commit is contained in:
Szymon Lesisz 2018-12-20 14:31:32 +01:00
parent c53dfcfaeb
commit 02040f2505

View File

@ -32,7 +32,6 @@ export const onBlockMined = (network: string): PromiseAction<void> => async (dis
// });
// if (!fee.success) return;
// if (fee.payload !== blockchain.fee) {
// dispatch({
// type: BLOCKCHAIN.UPDATE_FEE,