Skip to content

Commit 712f231

Browse files
authored
don't set payee to endorsee (#377)
1 parent 195353e commit 712f231

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/service/bill_service.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -840,11 +840,7 @@ impl BillService {
840840
}
841841
};
842842

843-
let mut payee = bill_first_version.payee;
844-
845-
if let Some(ref endorsee) = last_endorsee {
846-
payee = endorsee.clone();
847-
}
843+
let payee = bill_first_version.payee;
848844

849845
let drawee_contact = self
850846
.extend_bill_chain_identity_data_from_contacts_or_identity(

0 commit comments

Comments
 (0)