Rename getNewSecretKey

This commit is contained in:
tecnovert
2024-12-12 14:37:07 +02:00
parent 0e2be676db
commit 4b23834af8
10 changed files with 40 additions and 40 deletions

View File

@@ -326,7 +326,7 @@ class XMRInterface(CoinInterface):
return float(self.format_amount(fee_per_k_bytes)), "get_fee_estimate"
def getNewSecretKey(self) -> bytes:
def getNewRandomKey(self) -> bytes:
# Note: Returned bytes are in big endian order
return i2b(edu.get_secret())