Skip to content

Commit

Permalink
turn feature flag off
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 committed Jan 17, 2024
1 parent 7d96ad0 commit dbd94c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/lib/operations/cycles_ledger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use thiserror::Error;

/// Cycles ledger feature flag to turn off behavior that would be confusing while cycles ledger is not enabled yet.
//TODO(SDK-1331): feature flag can be removed
pub const CYCLES_LEDGER_ENABLED: bool = true;
pub const CYCLES_LEDGER_ENABLED: bool = false;

const ICRC1_BALANCE_OF_METHOD: &str = "icrc1_balance_of";
const ICRC1_TRANSFER_METHOD: &str = "icrc1_transfer";
Expand Down

0 comments on commit dbd94c3

Please sign in to comment.