Skip to content

Commit

Permalink
Add threshold to TronAccountPermission
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Oct 25, 2024
1 parent 3a59fa6 commit 5a4c04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/blockchain/src/tron/models/tron_account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct TronAccount {
}
#[typeshare(swift = "Sendable")]
struct TronAccountPermission {
id: i32,
threshold: i32,
}

#[typeshare(swift = "Sendable")]
Expand Down

0 comments on commit 5a4c04e

Please sign in to comment.