Remove Sumtree References and disambiguate some naming (#747)

* start of renamathon

* api renaming

* Rename UTXO-Output to lessen ambiguity

* compile warning

* compile error

* readme fix

* remove file commit in error
This commit is contained in:
Yeastplume
2018-03-05 19:33:44 +00:00
committed by GitHub
parent 884906421c
commit 1143d84238
89 changed files with 591 additions and 591 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ List of folders in the grin git repo, and the `wallet` and `server` folders whic
- .grin
- chain - a Rocksdb with the blockchain blocks and related information
- peers - a Rocksdb with the list of Grin peers you're connected to
- sumtrees - containts folders kernel, rangeproof and utxo that each have a pmmr_dat.bin
- txhashset - containts folders kernel, rangeproof and output that each have a pmmr_dat.bin
- src
Code for the `grin` binary.
- store