refactor contracts to use Time trait (#3717)

* refactor contracts to use Time trait

* bump version
This commit is contained in:
Xiliang Chen
2019-09-29 06:07:21 +13:00
committed by Sergei Pepyakin
parent 667ee95f5d
commit d4650c4739
5 changed files with 13 additions and 12 deletions
+1
View File
@@ -391,6 +391,7 @@ parameter_types! {
impl contracts::Trait for Runtime {
type Currency = Balances;
type Time = Timestamp;
type Call = Call;
type Event = Event;
type DetermineContractAddress = contracts::SimpleAddressDeterminator<Runtime>;