Skip to content

Commit

Permalink
f'Add regtest python peg-in test'
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Jan 19, 2017
1 parent 33d2029 commit 201e732
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions qa/rpc-tests/pegging.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
fedpeg_key="cPxqWyf1HDGpGFH1dnfjz8HbiWxvwG8WXyetbuAiw4thKXUdXLpR"
fedpeg_pubkey="512103dff4923d778550cc13ce0d887d737553b4b58f4e8e886507fc39f5e447b2186451ae"

pak_key_1="cPrpBrgbpmkNGYayVBkNNrRsjyWqJK61W7yC2EnJNob98ZhAzuFm"
pak_pubkey_1="03701c7d314219f76d193c8762be96a2f68c1b387e3cc00dcc7020e13b1670bfdb"

pak_key_2="cW2b8y2Vp1QD3YkrQL1bpT589DQbaRBMjRZgmz6R8ykzFni7cocX"
pak_pubkey_2="03b86dae93129f64dfc3ae5eeca0be0cb9e439b9d23d18c08c8f7358136c0d8ce4"

bitcoin_datadir="/tmp/"+''.join(random.choice('0123456789ABCDEF') for i in range(5))
bitcoin_pass=''.join(random.choice('0123456789ABCDEF') for i in range(10))
sidechain_datadir="/tmp/"+''.join(random.choice('0123456789ABCDEF') for i in range(5))
Expand Down Expand Up @@ -56,6 +50,7 @@
f.write("txindex=1\n")
f.write("fedpegscript="+fedpeg_pubkey+"\n")
f.write("daemon=1\n")
f.write("blockprioritysize=1000000\n")
f.write("mainchainrpchost=127.0.0.1\n")
f.write("mainchainrpcport="+str(bitcoin_port)+"\n")
f.write("mainchainrpcuser=bitcoinrpc\n")
Expand Down

0 comments on commit 201e732

Please sign in to comment.