Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ruijialin-avalabs committed Oct 16, 2024
1 parent 89c63b7 commit ab462a5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/serializable/fxs/common/nodeId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { hexToBuffer, padLeft } from '../../../utils/buffer';
import { serializable } from '../../common/types';
import { Primitives } from '../../primitives/primatives';
import { TypeSymbols } from '../../constants';
// import { bytesCompare } from '../../../utils';

export const NodeIDPrefix = 'NodeID-';

Expand Down Expand Up @@ -54,8 +53,4 @@ export class NodeId extends Primitives {
value() {
return this.toString();
}

// static compare(id1: NodeId, id2: NodeId): number {
// return bytesCompare(id1.toBytes(), id2.toBytes());
// }
}

0 comments on commit ab462a5

Please sign in to comment.