Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Unneeded Parameter #2014

Merged
merged 1 commit into from
Apr 1, 2022
Merged

Conversation

ferrell-code
Copy link
Contributor

closes: #2001

@codecov
Copy link

codecov bot commented Apr 1, 2022

Codecov Report

Merging #2014 (0a145f6) into master (36eb469) will increase coverage by 0.40%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2014      +/-   ##
==========================================
+ Coverage   86.06%   86.46%   +0.40%     
==========================================
  Files          97      101       +4     
  Lines       19262    20734    +1472     
==========================================
+ Hits        16577    17928    +1351     
- Misses       2685     2806     +121     
Impacted Files Coverage Δ
modules/nft/src/tests.rs 99.75% <0.00%> (ø)
modules/currencies/src/tests.rs 100.00% <0.00%> (ø)
modules/currencies/src/lib.rs 80.10% <0.00%> (ø)
modules/nft/src/lib.rs 74.85% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 36eb469...0a145f6. Read the comment docs.

@xlc xlc enabled auto-merge (squash) April 1, 2022 06:04
@xlc xlc merged commit 183bd3a into AcalaNetwork:master Apr 1, 2022
@ferrell-code ferrell-code deleted the fer-unused-param branch April 1, 2022 17:13
syan095 pushed a commit that referenced this pull request Apr 8, 2022
…ts-for-currencies

* origin/master: (362 commits)
  Skip idle_scheduler Calls When Not Producing blocks  (#1721)
  config more homa subaccounts for Karura (#2004)
  rm wt storage (#1984)
  Update construct_runtime's syntax (#2000)
  polkadot v0.9.18 (#1988)
  be srtool compatible (#2021)
  Update README.md (#2022)
  update precompile weights (#2020)
  Mandala supports PricingPegged for taiKSM (#2015)
  remove unneeded param (#2014)
  fix srtool (#2013)
  update precompile gas_limit (#2007)
  fix verify bootnodes script
  Bump minimist from 1.2.5 to 1.2.6 in /ts-tests (#2008)
  Bump (#2005)
  add NativeAssetId to asset registry (#1993)
  connect earning and incentives (#1995)
  Liquidation (#1955)
  Improvement/orml oracle (#1998)
  Mock xcm (#1977)
  ...

# Conflicts:
#	modules/currencies/src/lib.rs
#	predeploy-contracts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove unused param
2 participants