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 duplicate function between the blockchains #2534

Merged
merged 1 commit into from
May 29, 2024

Conversation

viquezclaudio
Copy link
Member

@viquezclaudio viquezclaudio commented May 27, 2024

This fixes #2527.

Pull request checklist

  • All tests pass. The project builds and runs.
  • I have resolved any merge conflicts.
  • I have resolved all clippy and rustfmt warnings.

@viquezclaudio viquezclaudio force-pushed the viquezcl/duplicates branch 2 times, most recently from 5a80f0b to c97abcf Compare May 27, 2024 23:22
@@ -101,7 +100,7 @@ impl LightBlockchain {
}
}

// FIXME Duplicated function (also exists in full blockchain)
// A similar function exists in full blockchain, however the light blockcahin does not use any database txn.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// A similar function exists in full blockchain, however the light blockcahin does not use any database txn.
// A similar function exists in full blockchain, however the light blockchain does not use any database txn.

@viquezclaudio viquezclaudio force-pushed the viquezcl/duplicates branch from c97abcf to 9e3c822 Compare May 28, 2024 16:20
@jsdanielh jsdanielh force-pushed the viquezcl/duplicates branch from 9e3c822 to 471578f Compare May 28, 2024 21:59
@jsdanielh jsdanielh merged commit 471578f into albatross May 29, 2024
6 checks passed
@jsdanielh jsdanielh deleted the viquezcl/duplicates branch May 29, 2024 06:32
@jsdanielh jsdanielh added this to the Nimiq PoS Mainnet milestone May 30, 2024
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.

Duplicate functions between light blockchain and full blockchain
3 participants