mirror of
https://github.com/Llewellynvdm/CoinRate.git
synced 2024-11-24 03:27:34 +00:00
fixed sendKey to correctly build keySendTime
This commit is contained in:
parent
edfbf142cb
commit
2e6c2d37ef
@ -246,7 +246,7 @@ function sendTime () {
|
||||
local target_type="$1"
|
||||
local target_value="$2"
|
||||
# build key show time
|
||||
keySendTime=$(echo -n "${target_type}${target_value}${showKey}" | md5sum)
|
||||
keySendTime=$(echo -n "${target_type}${target_value}${sendKey}" | md5sum)
|
||||
# check if we should send
|
||||
if (( "$sendSwitch" == 2 ))
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user