Skip to content
Snippets Groups Projects

Set correct treasury spend origin

Open Benjamin Gallois requested to merge fix-252 into master
Files
8
+ 1
2
@@ -20,8 +20,7 @@ use crate::chain_spec::gen_genesis_data::{
};
use common_runtime::{constants::*, entities::IdtyData, GenesisIdty};
use g1_runtime::{
opaque::SessionKeys, pallet_universal_dividend, parameters, Runtime, RuntimeGenesisConfig,
WASM_BINARY,
opaque::SessionKeys, pallet_universal_dividend, parameters, Runtime, WASM_BINARY,
};
use sc_service::ChainType;
use serde::Deserialize;
Loading