mirror of
https://github.com/tornadocash/fixed-merkle-tree.git
synced 2024-11-22 01:37:09 +01:00
update package name
This commit is contained in:
parent
2c1656ab49
commit
a0007837dd
@ -1,4 +1,4 @@
|
||||
# Merkle Tree [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/tornadocash/merkle-tree/Node.js%20CI)](https://github.com/tornadocash/merkle-tree/actions) [![npm](https://img.shields.io/npm/v/merkle-tree)](https://www.npmjs.com/package/merkle-tree)
|
||||
# Merkle Tree [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/tornadocash/fixed-merkle-tree/Node.js%20CI)](https://github.com/tornadocash/fixed-merkle-tree/actions) [![npm](https://img.shields.io/npm/v/fixed-merkle-tree)](https://www.npmjs.com/package/fixed-merkle-tree)
|
||||
|
||||
This is a fixed depth merkle tree implementation with sequential inserts
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "merkle-tree",
|
||||
"name": "fixed-merkle-tree",
|
||||
"version": "0.1.0",
|
||||
"description": "Fixed depth merkle tree implementation with sequential inserts",
|
||||
"main": "src/merkleTree.js",
|
||||
|
Loading…
Reference in New Issue
Block a user