difftreelog
fix merge artefacts
in: master
2 files changed
runtime/src/lib.rsdiffbeforeafterboth1019 ($collection:ident.$method:ident($($name:ident),*)) => {{1019 ($collection:ident.$method:ident($($name:ident),*)) => {{1020 use pallet_unique::dispatch::Dispatched;1020 use pallet_unique::dispatch::Dispatched;102110211022 let collection = Dispatched::dispatch(<pallet_common::CollectionHandle<Runtime>>::new($collection).unwrap_or_default());1022 let collection = Dispatched::dispatch(<pallet_common::CollectionHandle<Runtime>>::new($collection).unwrap());1023 let dispatch = collection.as_dyn();1023 let dispatch = collection.as_dyn();102410241025 dispatch.$method($($name),*)1025 dispatch.$method($($name),*)tests/src/eth/payable.test.tsdiffbeforeafterboth54 expect(await contract.methods.getUnaccounted().call()).to.be.equal('10000');54 expect(await contract.methods.getUnaccounted().call()).to.be.equal('10000');55 });55 });565657 itWeb3.only('Balance can be retrieved from evm contract', async({api, web3}) => {57 itWeb3('Balance can be retrieved from evm contract', async({api, web3}) => {58 const FEE_BALANCE = 10n ** 18n;58 const FEE_BALANCE = 10n ** 18n;59 const CONTRACT_BALANCE = 10n ** 14n;59 const CONTRACT_BALANCE = 10n ** 14n;6060