Skip to content

Commit

Permalink
adding sqlite for temporary storage/processing of utxos
Browse files Browse the repository at this point in the history
  • Loading branch information
sfultong committed Oct 7, 2015
1 parent e13fff4 commit 09209dc
Show file tree
Hide file tree
Showing 6 changed files with 169,553 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ set(HEADER_FILES
set(SOURCE_FILES
${HEADER_FILES}
src/generate.cpp
src/sqlite3.c
)
add_library(spinoff_toolkit SHARED ${SOURCE_FILES})

Expand Down
1 change: 1 addition & 0 deletions include/bitcoin/bst/generate.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ namespace bst {

string getVerificationMessage(string address, string message, string signature);
string getTest();
void testSqlite(ostream& stream);

}

Expand Down
Loading

0 comments on commit 09209dc

Please sign in to comment.