You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could change the collection of public keys used for multisig public keys to a HashSet to avoid useless duplicates and/or the need to filter them out.
A similar approach should be taken for the generate_tx_signatures function used to produce offline signatures
The text was updated successfully, but these errors were encountered:
namada/crates/sdk/src/signing.rs
Lines 69 to 73 in c0b9f68
We could change the collection of public keys used for multisig public keys to a
HashSet
to avoid useless duplicates and/or the need to filter them out.A similar approach should be taken for the
generate_tx_signatures
function used to produce offline signaturesThe text was updated successfully, but these errors were encountered: