Skip to content

Commit

Permalink
Add TronMultiSignature to DocsUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Oct 26, 2024
1 parent 926e118 commit ac6e8ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemstone/src/config/docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pub enum DocsUrl {
TransactionStatus,
NetworkFees,
StakingLockTime,
TronMultiSignature
}
const DOCS_URL: &str = "https://docs.gemwallet.com";

Expand All @@ -21,6 +22,7 @@ pub fn get_docs_url(item: DocsUrl) -> String {
DocsUrl::TransactionStatus => "/faq/transaction-status/",
DocsUrl::NetworkFees => "/faq/network-fees/",
DocsUrl::StakingLockTime => "/faq/lock-time/",
DocsUrl::TronMultiSignature => "/guides/trx-multisig-scam/"
};
format!("{}{}", DOCS_URL, path)
}
Expand Down

0 comments on commit ac6e8ab

Please sign in to comment.