Skip to content

Commit

Permalink
Port tweakfedpegscript from liquid - cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Jun 20, 2018
1 parent 2e7f057 commit fc8f78b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion qa/rpc-tests/pegging.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def test_pegout(parent_chain_addr, sidechain):
bitcoindstart = bitcoin_bin_path+"/bitcoind -datadir="+bitcoin_datadir
subprocess.Popen(bitcoindstart.split(), stdout=subprocess.PIPE)


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

Expand Down
1 change: 1 addition & 0 deletions src/rpc/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ static const CRPCCommand commands[] =
{ "util", "verifymessage", &verifymessage, true, {"address","signature","message"} },
{ "util", "signmessagewithprivkey", &signmessagewithprivkey, true, {"privkey","message"} },
{ "util", "tweakfedpegscript", &tweakfedpegscript, true, {"claim_script"} },

/* Not shown in help */
{ "hidden", "setmocktime", &setmocktime, true, {"timestamp"}},
{ "hidden", "echo", &echo, true, {"arg0","arg1","arg2","arg3","arg4","arg5","arg6","arg7","arg8","arg9"}},
Expand Down

0 comments on commit fc8f78b

Please sign in to comment.