Skip to content

Commit

Permalink
rename mpma_util to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Jan 13, 2025
1 parent fc7d0d1 commit 0682954
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from counterpartycore.lib import config, exceptions, ledger, message_type, util

from .mpma_util.internals import _decode_mpma_send_decode, _encode_mpma_send
from .utils.mpma_encoding import _decode_mpma_send_decode, _encode_mpma_send

logger = logging.getLogger(config.LOGGER_NAME)

Expand Down

0 comments on commit 0682954

Please sign in to comment.