Initial novacoin support
[electrum-nvc.git] / scripts / watch_address
index ab9365e..d992699 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-import sys, time, electrum
+import sys, time, electrum_nvc
 
 try:
     addr = sys.argv[1]