Skip to content

Commit 4978ca8

Browse files
Update checks/migrator/citeria/balances-equal/src/lib.rs
Co-authored-by: Andy Golay <[email protected]>
1 parent 030a7b7 commit 4978ca8

File tree

1 file changed

+1
-1
lines changed
  • checks/migrator/citeria/balances-equal/src

1 file changed

+1
-1
lines changed

checks/migrator/citeria/balances-equal/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ impl Criterionish for BalancesEqual {
5555
}
5656
};
5757

58-
info!("Getting account balance");
58+
info!("Getting movement account balance");
5959
let movement_account_balance = movement_rest_client
6060
.get_account_balance(account_address)
6161
.await

0 commit comments

Comments
 (0)