Skip to content

Commit

Permalink
Merge pull request #5 from LedgerHQ/remove-pending-review
Browse files Browse the repository at this point in the history
Remove pending review banner and disable pre-release feature.
  • Loading branch information
agrojean-ledger authored Sep 11, 2023
2 parents 474cb05 + 24b7c5f commit 434e906
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion fw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ nvm = []
alloc = [ "embedded-alloc", "critical-section", "ledger-mob-core/alloc" ]
noinline = [ "ledger-mob-core/noinline" ]

default = [ "applet", "mlsag", "memo", "alloc", "summary", "ident", "noinline", "pre-release" ]
default = [ "applet", "mlsag", "memo", "alloc", "summary", "ident", "noinline" ]

[dependencies]
nanos_sdk = { git = "https://github.com/LedgerHQ/ledger-nanos-sdk", branch = "master" }
Expand Down
2 changes: 0 additions & 2 deletions fw/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ extern "C" fn sample_main() {

let mut redraw = true;

nanos_ui::ui::popup("Pending Review");

#[cfg(feature = "alloc")]
platform::allocator::init();

Expand Down

0 comments on commit 434e906

Please sign in to comment.