mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-02 00:31:24 +00:00
Made the sys.path.append more obvious
This commit is contained in:
committed by
Mike Hearn
parent
7169643d1c
commit
17d8ac8d74
@@ -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"
|
||||
|
Reference in New Issue
Block a user