Add staking payout support

This commit is contained in:
Demi M. Obenour
2020-05-17 17:34:24 -04:00
parent 1b4dc07f77
commit ebfdc17459
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@ use crate::frame::{
},
contracts::Contracts,
session::Session,
staking::Staking,
system::System,
};