Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelvanderwaal committed Oct 26, 2021
1 parent aaa9fe1 commit 10bc681
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
/binaries
/binaries
errors.txt
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wtf-is"
version = "0.1.2"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WTF Is

I was tired of looking up Metaplex Token Metadata program errors.
I was tired of looking up Metaplex program errors.

```bash
wtf-is <hex_code_no_prefix>
Expand All @@ -10,6 +10,7 @@ Example:

```bash
$ wtf-is 37
> 0x37: CannotUnverifyAnotherCreator: You cannot unilaterally unverify another creator
> 0x37:
Token Metadata | CannotUnverifyAnotherCreator: You cannot unilaterally unverify another creator
```

0 comments on commit 10bc681

Please sign in to comment.