From d8ceb96ca06bf5fc93183f423027194765163db5 Mon Sep 17 00:00:00 2001 From: kozyrevdev <73348153+kozyrevdev@users.noreply.github.com> Date: Mon, 22 Nov 2021 14:09:29 +0000 Subject: [PATCH] Merge pull request #235 from UniqueNetwork/fix/orml Orml-vesting fix --- --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -362,7 +362,7 @@ default-features = false [dependencies.orml-vesting] -git = "https://github.com/open-web3-stack/open-runtime-module-library" +git = 'https://github.com/UniqueNetwork/open-runtime-module-library' version = "0.4.1-dev" default-features = false -- gitstuff