Skip to content

Commit

Permalink
Zero-conf in C++ compiles. But not debugged yet!
Browse files Browse the repository at this point in the history
  • Loading branch information
etotheipi committed Jan 18, 2012
1 parent 8f3d02d commit 6eb8292
Show file tree
Hide file tree
Showing 9 changed files with 363 additions and 315 deletions.
2 changes: 1 addition & 1 deletion armoryengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@


# Use CLI args to determine testnet or not
USE_TESTNET = not ('--mainnet' in argv)
USE_TESTNET = ('--testnet' in argv)



Expand Down
Loading

0 comments on commit 6eb8292

Please sign in to comment.