Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
xmr: lite log trace rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Sep 13, 2018
1 parent 176b427 commit 61ac61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/monero/protocol_lite/lite.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, **kwargs):
self.r_msg = bytearray(2048)
self.r_len = 0

def _log_trace(self, x=None, collect=False):
def _mem_trace(self, x=None, collect=False):
if __debug__:
log.debug(
__name__,
Expand Down

0 comments on commit 61ac61b

Please sign in to comment.