LyyDandelion

Results 4 issues of LyyDandelion

errors: ---------------start----------------------- Configuration file: configuration.xml Parsing input files... Error occurred during initialization of VM Unable to load native library: Can't find dependent libraries ---------------end----------------------- jdk version: 1.8

您好博主,我在试用log监听的时候,会发生监听中断,请问有中断重连的方案吗

把分U的代码,直接放在转出之后,直接出现手续费滑点错误。如果想实现卖出费率用来直接分U,是不是不能这样写 //兑换代币,换成 USDT,进行分配 uint256 contractTokenBalance = balanceOf(address(this)); if ( contractTokenBalance >= numTokensSellToFund && !inSwap && _swapPairList[to] ) { swapTokenForFund(numTokensSellToFund); }