File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
packages/token_messenger_minter/sources Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ module token_messenger_minter::token_messenger {
113
113
// ----- Public Functions ------
114
114
// -----------------------------
115
115
116
- /// Burns token from sender address , to be minted on destination domain. Emits `DepositForBurn` event.
116
+ /// Burns the passed in token asset , to be minted on destination domain. Emits `DepositForBurn` event.
117
117
/// Aborts if:
118
118
/// - amount is zero
119
119
/// - destination domain has no TokenMessenger registered
@@ -135,7 +135,7 @@ module token_messenger_minter::token_messenger {
135
135
)
136
136
}
137
137
138
- /// Burns token from sender address , to be minted on destination domain. The mint on the destination domain must
138
+ /// Burns the passed in token asset , to be minted on destination domain. The mint on the destination domain must
139
139
/// be called by `destinationCaller`. Emits `DepositForBurn` event.
140
140
/// Aborts if:
141
141
/// - amount is zero
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ module token_messenger_minter::token_controller {
29
29
// Friend Modules
30
30
friend token_messenger_minter ::token_minter ;
31
31
friend token_messenger_minter ::token_messenger_minter ;
32
- friend token_messenger_minter ::token_messenger ;
33
32
34
33
// Errors
35
34
const ENOT_TOKEN_CONTROLLER : u64 = 1 ;
You can’t perform that action at this time.
0 commit comments