Skip to content
Unverified Commit c3b0a10e authored by Guanghua Guo's avatar Guanghua Guo Committed by GitHub
Browse files

Fix build error in no_std env

99  | / decl_storage! {
100 | |     trait Store for Module<T: Trait> as Assets {
101 | |         /// The number of units of assets held by any given account.
102 | |         Balances: map (AssetId, T::AccountId) => T::Balance;
...   |
105 | |     }
106 | | }
Vec not found in this scope
parent eee0395a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment