Skip to content

Commit

Permalink
Fix something
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Mar 6, 2024
1 parent 3a9b1b4 commit eb6a4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/json_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ fn get_inscription() {
inscription_number: 0,
next: None,
output_value: Some(10000),
parent: None,
parents: Vec::new(),
previous: None,
rune: None,
sat: Some(Sat(50 * COIN_VALUE)),
Expand Down

0 comments on commit eb6a4e3

Please sign in to comment.