Skip to content

Commit

Permalink
README Aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-valerio committed Aug 30, 2024
1 parent 353a433 commit bb6e02e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 🐙 Phink

<div align="center">

# 🐙 Phink

![Build Status](https://github.com/srlabs/phink/actions/workflows/rust.yml/badge.svg)
[![License](https://img.shields.io/github/license/srlabs/phink)](https://github.com/srlabs/phink/blob/main/LICENSE)
[![dependency status](https://deps.rs/repo/github/srlabs/phink/status.svg)](https://deps.rs/repo/github/srlabs/phink)
Expand Down
2 changes: 1 addition & 1 deletion src/contract/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ mod test {
#[test]
fn fetch_correct_selectors() {
let specs = fs::read_to_string("sample/dns/target/ink/dns.json").unwrap();
let extracted: String = PayloadCrafter::extract_all(&specs)
let extracted: String = PayloadCrafter::extract_all(specs.into())
.iter()
.map(|x| hex::encode(x) + " ")
.collect();
Expand Down

0 comments on commit bb6e02e

Please sign in to comment.