Skip to content

Commit

Permalink
GH-672: removed a not suitable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert authored and Bert committed Oct 10, 2023
1 parent 0d4d6a3 commit 69a4870
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ use web3::types::U256;
pub trait LowerBCI {
fn get_transaction_fee_balance(&self, wallet: &Wallet) -> ResultForBalance;

// This is currently exclusive to the MASQ token but a more general naming might
// be needed for an architecture including also widely established public chains
// without a project-specific application layer on top of it
fn get_service_fee_balance(&self, wallet: &Wallet) -> ResultForBalance;

fn get_block_number(&self) -> LatestBlockNumber;
Expand Down

0 comments on commit 69a4870

Please sign in to comment.