Skip to content

Commit fc8f78b

Browse files
author
Mike
committed
Port tweakfedpegscript from liquid - cleanup
1 parent 2e7f057 commit fc8f78b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

qa/rpc-tests/pegging.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ def test_pegout(parent_chain_addr, sidechain):
168168
bitcoindstart = bitcoin_bin_path+"/bitcoind -datadir="+bitcoin_datadir
169169
subprocess.Popen(bitcoindstart.split(), stdout=subprocess.PIPE)
170170

171-
172171
bitcoind2start = bitcoin_bin_path+"/bitcoind -datadir="+bitcoin2_datadir
173172
subprocess.Popen(bitcoind2start.split(), stdout=subprocess.PIPE)
174173

src/rpc/misc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ static const CRPCCommand commands[] =
626626
{ "util", "verifymessage", &verifymessage, true, {"address","signature","message"} },
627627
{ "util", "signmessagewithprivkey", &signmessagewithprivkey, true, {"privkey","message"} },
628628
{ "util", "tweakfedpegscript", &tweakfedpegscript, true, {"claim_script"} },
629+
629630
/* Not shown in help */
630631
{ "hidden", "setmocktime", &setmocktime, true, {"timestamp"}},
631632
{ "hidden", "echo", &echo, true, {"arg0","arg1","arg2","arg3","arg4","arg5","arg6","arg7","arg8","arg9"}},

0 commit comments

Comments
 (0)