Skip to content
Snippets Groups Projects

Upgrade polkadot v1.16.2

Merged Benjamin Gallois requested to merge upgrade-polkadot-v1.16.2 into master
91 files
+ 7723
3588
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -19,7 +19,7 @@
use crate::runtime;
use log::debug;
use sp_core::H256;
use subxt::utils::H256;
pub type Client = subxt::OnlineClient<crate::RuntimeConfig>;
pub type AccountId = subxt::utils::AccountId32;
Loading