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

Fix child inscription index #3

Closed

Commits on Mar 11, 2023

  1. use similar pattern as 'commit_input_offset' to set child inscription…

    … index to correct value
    ericatallah committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    d1fe421 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Fix failed test 'test_inscription_with_parent'

    The child InscriptionId index was incorrectly set to 0. When inscribing
    with a parent, the child input sits at index 1. This commit sets the
    index to 1.
    ericatallah committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    b7afbec View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. wip fix inscribe_with_parent_inscription test

    Co-authored-by: Clarke Plumo <clarke.plumo@gmail.com>
    ericatallah and clrke committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3f6d3bf View commit details
    Browse the repository at this point in the history