AkhilSharma90 / Rust-Advanced-Blockchain

An advanced blockchain using Rust.
8 stars 3 forks source link

[Bugfix] Correct the jump flag in blockchain.rs #2

Closed razerhell closed 2 months ago

razerhell commented 4 months ago

Description


Changes walkthrough

Relevant files
Bug fix
blockchain.rs
Correct Loop Label Placement in Blockchain Processing                   

src/blockchain.rs
  • Moved the 'outer' label to the correct loop in the blockchain
    processing logic.
  • +2/-2     
    💡 Usage Guide ### Checking Your Pull Request Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later. ### Talking to CodeAnt AI Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:
    @codeant-ai ask: Your question here
    
    This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code. ### Check Your Repository Health To analyze the health of your code repository, visit our dashboard at [app.codeant.ai](https://app.codeant.ai). This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.
    razerhell commented 3 months ago

    @AkhilSharma90 Could you help to review this PR?

    razerhell commented 2 months ago

    No reviewers for a long time. Closed.