Skip to content

Commit

Permalink
Rebrand "komodo_wallet" to "pirate_wallet"
Browse files Browse the repository at this point in the history
  • Loading branch information
takenagain committed Jan 25, 2024
1 parent 808ff54 commit c3f7dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/log_storage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class LogStorage {

if (wouldBeOverLimit || isLastFile) {
final archiveFile = File(
'${logFolderPath()}/komodo_wallet_logs_archive_${compressedFiles.length}.gz',
'${logFolderPath()}/pirate_wallet_logs_archive_${compressedFiles.length}.gz',
);

final archiveBytes =
Expand Down

0 comments on commit c3f7dd1

Please sign in to comment.