This commit is contained in:
s3goat 2018-09-20 16:24:58 +02:00 committed by GitHub
parent 653c01bd6d
commit 9df5bda40c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -790,8 +790,8 @@ def sendMessage(sender="", recv="", broadcast=None, subject="", body="", reply=F
to the network, the BM will not be sent right now"))
stealthLevel = BMConfigParser().safeGetInt('bitmessagesettings', 'ackstealthlevel')
# ackdata = genAckPayload(streamNumber, stealthLevel)
ackdata = genAckPayload( stealthLevel=stealthLevel)
sqlExecute("INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)",
ackdata = genAckPayload(stealthLevel=stealthLevel)
sqlExecute("INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)",
"", addr, ripe, sender, subject, body, ackdata,
int(time.time()), # sentTime (this will never change)
int(time.time()), # lastActionTime