Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed May 31, 2024
1 parent 646f71f commit 3083e61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
processed 2 tasks

task 1 'publish'. lines 3-20:
task 1 'publish'. lines 3-15:
status EXECUTED
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ task 11 'publish'. lines 91-98:
Error: error: module init function only should have one parameter types with signer
┌─ /tmp/tempfile:94:5
94 │ ╭ fun init(_: ascii::String){
94 │ ╭ fun init(_: string::String){
95 │ │ }
│ ╰─────^

Expand Down
1 change: 0 additions & 1 deletion crates/rooch-types/src/framework/auth_payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ impl AuthPayload {
mod tests {
use super::*;
use crate::{
address::{RoochAddress, RoochSupportedAddress},
crypto::RoochKeyPair,
framework::empty::Empty,
transaction::{Authenticator, RoochTransactionData},
Expand Down

0 comments on commit 3083e61

Please sign in to comment.