Skip to content

Commit

Permalink
fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
1xstj committed Apr 12, 2024
1 parent ce9bdbd commit b10414e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pallets/dkg/src/misbehavior/dfns_cggmp21/integer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// along with Tangle. If not, see <http://www.gnu.org/licenses/>.

use malachite_base::num::conversion::traits::FromStringBase;
use parity_scale_codec::alloc::vec;
use parity_scale_codec::{Decode, Encode};
use scale_info::TypeInfo;
use sp_core::RuntimeDebug;
Expand Down
1 change: 1 addition & 0 deletions runtime/mainnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ std = [
"pallet-roles/std",
"sp-storage/std",
"pallet-jobs/std",
"pallet-jobs-rpc-runtime-api/std",

# Tangle dependencies
"tangle-primitives/std",
Expand Down

0 comments on commit b10414e

Please sign in to comment.