Merged in changes to node.h and node.c

This commit is contained in:
jmjatlanta 2016-12-07 11:07:36 -05:00
parent a180a63160
commit 4a6b88871a
4 changed files with 116 additions and 63 deletions

View file

@ -27,9 +27,6 @@ int test_merkledag_get_data() {
return 0;
}
// get the size of the database
int start_file_size = os_utils_file_size("/tmp/.ipfs/datastore/data.mdb");
// create data for node
size_t binary_data_size = 256;
unsigned char binary_data[binary_data_size];