Skip to content

P2PService.java #8

Description

@Tomatoooogerambo

文件中85行的内部类方法中的代码
public int compare(Block o1, Block o2) {
return o1.getIndex() - o1.getIndex();
}
是不是应该是o2.getIndex() - o1.getIndex();
本来应该是这个意思是吗?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions