mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
refactor contracts to use Time trait (#3717)
* refactor contracts to use Time trait * bump version
This commit is contained in:
committed by
Sergei Pepyakin
parent
667ee95f5d
commit
d4650c4739
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user