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

Additions to shackleton #163

Closed
wants to merge 0 commits into from
Closed

Conversation

mjay20
Copy link
Contributor

@mjay20 mjay20 commented Mar 19, 2019

No description provided.

@@ -425,4 +425,91 @@ public static void prettyDisplayTx(Transaction tx, PrintStream out, NetworkParam

}

public static void prettyDisplayTxHTML(Transaction tx, PrintStream out, NetworkParams params, LinkedList<Double> inValues)
Copy link
Member

Choose a reason for hiding this comment

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

  /** inValues - The snow amounts for the transaction inputs in question so they can be displayed */
  public static void prettyDisplayTxHTML(Transaction tx, PrintStream out, NetworkParams params, LinkedList<Double> inValues)

@@ -19,9 +19,6 @@
import snowblossom.client.GetUTXOUtil;

import java.text.DecimalFormat;
import com.google.protobuf.ByteString;
Copy link
Member

Choose a reason for hiding this comment

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

I suspect none of these changes to RichList should go in, looks like a merge error.

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.

2 participants