Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Aug 13, 2024
1 parent c79178a commit d00409e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/polymesh-api-tester/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pub use polymesh_api::{
client::{AccountId, IdentityId, Signer},
polymesh::types::{
polymesh_primitives::{
asset::AssetId,
asset::AssetID,
secondary_key::{KeyRecord, Permissions, SecondaryKey},
ticker::Ticker,
},
Expand Down
2 changes: 1 addition & 1 deletion crates/polymesh-api-tester/src/tester.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use polymesh_api::polymesh::types::polymesh_primitives::secondary_key::Extrinsic
use polymesh_api::{
client::{AccountId, IdentityId},
polymesh::types::polymesh_primitives::{
asset::AssetId,
asset::AssetID,
secondary_key::{KeyRecord, Permissions, SecondaryKey},
subset::SubsetRestriction,
ticker::Ticker,
Expand Down

0 comments on commit d00409e

Please sign in to comment.