Refactor NetworkInfo (#14546)

This commit is contained in:
Anton Paymyshev
2022-08-10 15:35:51 +07:00
committed by GitHub
parent a5cc513599
commit 5e6a63b245
26 changed files with 562 additions and 606 deletions
@@ -1357,7 +1357,7 @@ public class BuySendSwapActivity extends BraveWalletBaseActivity
if (!mSelectedNetwork.chainId.equals(network.chainId)) {
continue;
}
isEIP1559 = network.data.getEthData().isEip1559;
isEIP1559 = network.isEip1559;
break;
}
}