Delete redundent comment

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Wo Jake
2022-11-09 02:01:53 +00:00
committed by GitHub
parent 87ecf1545b
commit 1856228554

View File

@@ -51,7 +51,6 @@ def sign_transaction(_xrp_amount, _destination, _ledger_seq, _wallet_seq, passwo
salt = f.read()
print("2. Initializing key...")
# Line 49-58: initialize key
kdf = PBKDF2HMAC(
algorithm=hashes.SHA256(),
length=32,