-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
If we're not anon in general, but anon holder of a bill, we should not set the signing address
endorser: if holder_is_anon {
// if holder is anon, we need to continue as anon
signer_public_data.as_anon().into()
} else {
signer_public_data.clone().into()
},
This check needs to apply to
signing_address: signer_public_data.postal_address(),
And also, the
signatory: signing_keys.signatory_identity,
signatory name needs to be Bearer in that case. (or rather, not set)
as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
In Progress