git.delta.rocks / unique-network / refs/commits / 67f20da6affd

difftreelog

Orml-vesting fix

str-mv2021-11-22parent: #51e104f.patch.diff
in: master

8 files changed

addedpallets/orml-vesting/ README.mddiffbeforeafterboth

no changes

addedpallets/orml-vesting/Cargo.tomldiffbeforeafterboth

no changes

addedpallets/orml-vesting/src/default_weight.rsdiffbeforeafterboth

no changes

addedpallets/orml-vesting/src/lib.rsdiffbeforeafterboth

no changes

addedpallets/orml-vesting/src/mock.rsdiffbeforeafterboth

no changes

addedpallets/orml-vesting/src/test.rsdiffbeforeafterboth

no changes

addedpallets/orml-vesting/src/weights.rsdiffbeforeafterboth

no changes

modifiedruntime/Cargo.tomldiffbeforeafterboth
362default-features = false362default-features = false
363363
364[dependencies.orml-vesting]364[dependencies.orml-vesting]
365git = "https://github.com/open-web3-stack/open-runtime-module-library"365path = '../pallets/orml-vesting'
366version = "0.4.1-dev" 366version = "0.4.1-dev"
367default-features = false367default-features = false
368368