Skip to content

Commit

Permalink
Remote extra into()
Browse files Browse the repository at this point in the history
  • Loading branch information
0xh3rman committed Dec 22, 2023
1 parent 206cdae commit b8ec3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/src/models/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl Transaction {
chain: transaction.asset_id.chain.as_ref().to_string(),
hash: transaction.hash,
memo: transaction.memo,
asset_id: transaction.asset_id.to_string().into(),
asset_id: transaction.asset_id.to_string(),
value: transaction.value.into(),
fee: transaction.fee.into(),
fee_asset_id: transaction.fee_asset_id.to_string().into(),
Expand Down

0 comments on commit b8ec3fa

Please sign in to comment.