Merged in changes to node.h and node.c
This commit is contained in:
parent
a180a63160
commit
4a6b88871a
4 changed files with 116 additions and 63 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue