Skip to content

Commit

Permalink
add pubkey
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Oct 17, 2023
1 parent f33ddf8 commit 5a5f346
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/osmosis-std/src/shim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,12 @@ expand_as_any!(
// accounts have distincted structure
crate::types::cosmos::auth::v1beta1::BaseAccount,
crate::types::cosmos::auth::v1beta1::ModuleAccount,
// pubkey required for base account
// it can't be distinced by structure
// so deserialing it back might not work properly
crate::types::cosmos::crypto::secp256k1::PubKey,
crate::types::cosmos::crypto::secp256r1::PubKey,
crate::types::cosmos::crypto::ed25519::PubKey,
);

macro_rules! impl_prost_types_exact_conversion {
Expand Down

0 comments on commit 5a5f346

Please sign in to comment.