Commit b3cd878b authored by 张振华's avatar 张振华

update

parent 20af4366
...@@ -117,8 +117,6 @@ hashlock_unlock() { ...@@ -117,8 +117,6 @@ hashlock_unlock() {
echo_rst "$FUNCNAME" "$?" echo_rst "$FUNCNAME" "$?"
rawtx=$(jq -r ".result" <<<"$resp") rawtx=$(jq -r ".result" <<<"$resp")
signAndSendRawTx "$rawtx" "${addr_B}" signAndSendRawTx "$rawtx" "${addr_B}"
#eventId="${txhash}"
#echo "eventId $eventId"
echo "txHash ${txhash}" echo "txHash ${txhash}"
} }
...@@ -132,8 +130,6 @@ hashlock_send() { ...@@ -132,8 +130,6 @@ hashlock_send() {
echo_rst "$FUNCNAME" "$?" echo_rst "$FUNCNAME" "$?"
rawtx=$(jq -r ".result" <<<"$resp") rawtx=$(jq -r ".result" <<<"$resp")
signAndSendRawTx "$rawtx" "${addr_A}" signAndSendRawTx "$rawtx" "${addr_A}"
#eventId="${txhash}"
#echo "eventId $eventId"
echo "txHash ${txhash}" echo "txHash ${txhash}"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment