File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ impl PaiFinder {
137
137
138
138
async fn input ( & mut self , input : Input ) -> Result < ( ) , Error > {
139
139
match input {
140
- Input :: SubmitAuthorisation ( auth) => self . submit_autorisation ( auth) . await ,
140
+ Input :: SubmitAuthorisation ( auth) => self . submit_authorisation ( auth) . await ,
141
141
Input :: ReceivedMessage ( message) => match message? {
142
142
IntersectionMessage :: BindFragment ( message) => self . receive_bind ( message) . await ?,
143
143
IntersectionMessage :: ReplyFragment ( message) => self . receive_reply ( message) . await ?,
@@ -156,7 +156,7 @@ impl PaiFinder {
156
156
Ok ( ( ) )
157
157
}
158
158
159
- async fn submit_autorisation ( & mut self , authorisation : ReadAuthorisation ) {
159
+ async fn submit_authorisation ( & mut self , authorisation : ReadAuthorisation ) {
160
160
trace ! ( ?authorisation, "pai submit auth" ) ;
161
161
let read_cap = authorisation. read_cap ( ) ;
162
162
let fragment_kit = PaiScheme :: get_fragment_kit ( read_cap) ;
You can’t perform that action at this time.
0 commit comments