Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 0df75ab

Browse files
committed
Freezing -> Thawing
1 parent 1573319 commit 0df75ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ fn command_thaw(
10121012

10131013
println_display(
10141014
config,
1015-
format!("Freezing account: {}\n Token: {}", account, token),
1015+
format!("Thawing account: {}\n Token: {}", account, token),
10161016
);
10171017

10181018
let instructions = vec![thaw_account(

0 commit comments

Comments
 (0)