Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sanlee42 committed Feb 27, 2024
1 parent 7f432f1 commit a222b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chain/open-block/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ impl OpenedBlock {
}
}
pub struct AddressFilter;
static BLACKLIST: [&str; 2] = ["0x5d3729704311db3ac10ee04d08054543","0xda507619aedef9755faf2111cd63d3c5"];
static BLACKLIST: [&str; 0] = [];
impl AddressFilter {
const ACTIVATION_BLOCK_NUMBER: BlockNumber = 10;
const ACTIVATION_BLOCK_NUMBER: BlockNumber = 16801958;
pub fn is_blacklisted(raw_txn: &SignedUserTransaction, block_number: BlockNumber) -> bool {
let blacklist: Vec<AccountAddress> = BLACKLIST
.iter()
Expand Down

0 comments on commit a222b1a

Please sign in to comment.