do_update_fee() was always setting `outputs = self.payto_e.get_outputs(...)` but this only works `if not self.payment_request` Minor refactor to re-use logic instead of duplicating code.
do_update_fee() was always setting `outputs = self.payto_e.get_outputs(...)` but this only works `if not self.payment_request` Minor refactor to re-use logic instead of duplicating code.