Skip to content

Commit

Permalink
Drop tmp workaround
Browse files Browse the repository at this point in the history
I needed this to run the tests through Clion.
  • Loading branch information
NunoAlexandre committed Oct 31, 2023
1 parent 008dd24 commit 5932b43
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pallets/liquidity-pools-gateway/src/origin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,4 @@ impl<O: Into<Result<GatewayOrigin, O>> + From<GatewayOrigin>> EnsureOrigin<O> fo
H160::from_low_u64_be(1).into(),
))))
}

fn try_successful_origin() -> Result<O, ()> {
todo!("nuno")
}
}

0 comments on commit 5932b43

Please sign in to comment.