Made the sys.path.append more obvious

This commit is contained in:
Richard 'ragmondo' Green
2014-10-11 22:44:39 +01:00
committed by Mike Hearn
parent 7169643d1c
commit 17d8ac8d74

View File

@@ -6,7 +6,7 @@ __author__ = "richard 'ragmondo' green"
import sys
# Change this to point to where you have a copy of the bitcoinj.jar
sys.path.append(r"/home/richard/code/libs/bitcoinj-core-0.12-bundled.jar")
sys.path.append(r"/path/to/bitcoinj-core-0.12-bundled.jar")
# This is the address to forward all payments to. Change this (unless you want to send me some testnet coins)
my_address_text = "mzEjmna15T7DXj4HC9MBEG2UJzgFfEYtFo"
@@ -92,4 +92,4 @@ if __name__ == "__main__":
print "send test coins to ", sendToAddress, "qrcode - http://qrickit.com/api/qr?d=%s" % (sendToAddress) # no affiliation with qrickit..
sl = SenderListener(pg,my_address)
wallet.addEventListener(sl)
print "finished initialising .. now in main event loop"
print "finished initialising .. now in main event loop"