mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Delete redundent comment
Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
@@ -51,7 +51,6 @@ def sign_transaction(_xrp_amount, _destination, _ledger_seq, _wallet_seq, passwo
|
|||||||
salt = f.read()
|
salt = f.read()
|
||||||
|
|
||||||
print("2. Initializing key...")
|
print("2. Initializing key...")
|
||||||
# Line 49-58: initialize key
|
|
||||||
kdf = PBKDF2HMAC(
|
kdf = PBKDF2HMAC(
|
||||||
algorithm=hashes.SHA256(),
|
algorithm=hashes.SHA256(),
|
||||||
length=32,
|
length=32,
|
||||||
|
|||||||
Reference in New Issue
Block a user