Skip to content

Commit

Permalink
clone TokenResult
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed May 21, 2024
1 parent df03127 commit e535bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/src/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::collections::BTreeMap;

use crate::common::UTXO;

#[derive(Debug, Serialize, Deserialize)]
#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct TokenResult(pub BTreeMap<String, TokenInfo>);

#[derive(Debug, Serialize, Deserialize, Clone)]
Expand Down

0 comments on commit e535bc3

Please sign in to comment.