It's not possible to withdraw all the LBTC funds from the fee account because it doesn't subtract fees in such case.
The sendToManyWithoutFeeTopup function used to craft the transaction has an option subtractFees which should be set to true in case the amount matches the fee account balance.
It's not possible to withdraw all the LBTC funds from the fee account because it doesn't subtract fees in such case.
The
sendToManyWithoutFeeTopup
function used to craft the transaction has an optionsubtractFees
which should be set to true in case the amount matches the fee account balance.