Merge branch 'master' into staking

This commit is contained in:
Demi M. Obenour
2020-08-05 12:50:35 -04:00
8 changed files with 153 additions and 132 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ mod tests {
RuntimeError,
},
events::EventsDecoder,
signer::{
extrinsic::{
PairSigner,
Signer,
},
+1 -1
View File
@@ -44,8 +44,8 @@ mod tests {
use super::*;
use crate::{
error::Error,
extrinsic::PairSigner,
frame::balances::TransferCall,
signer::PairSigner,
tests::{
test_client,
TestRuntime,