Skip to content

Commit

Permalink
Merge pull request #35 from okx/fix/content_type
Browse files Browse the repository at this point in the history
fix content type
  • Loading branch information
wanyvic authored May 12, 2023
2 parents f4c8324 + 79b9dda commit 346c0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brc20/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub use self::{

use ledger::{LedgerRead, LedgerReadWrite};

const MEDIA_TYPE_TEXT: &str = "text/plain;charset=utf-8";
const MEDIA_TYPE_TEXT: &str = "text/plain";
const MEDIA_TYPE_JSON: &str = "application/json";

pub fn deserialize_brc20_operation(inscription: Inscription) -> Result<Operation> {
Expand Down

0 comments on commit 346c0d9

Please sign in to comment.