You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup:
on nanos ledger device , run following test python3 -m pytest test --device nanos --backend ledgercomm -k "test_benchmark" -s
When Review request pops up on ledger device, kill the pytest process.
Then if the app is built with debug mode, when you accpet or reject the request on the nanos device, the baking app crashes.with app error e=0x0005 LR = 0xC0DE52DA
if the app is built without DEBUG mode, when you accept or reject the app asks for PIN and exits.
When running benchmark, when the screen on nanos is blank, when the setup_app_context comes for second account, the review request screen does not come up.
The text was updated successfully, but these errors were encountered:
setup:
on nanos ledger device , run following test
python3 -m pytest test --device nanos --backend ledgercomm -k "test_benchmark" -s
When Review request pops up on ledger device, kill the pytest process.
Then if the app is built with debug mode, when you accpet or reject the request on the nanos device, the baking app crashes.with app error e=0x0005 LR = 0xC0DE52DA
if the app is built without DEBUG mode, when you accept or reject the app asks for PIN and exits.
The text was updated successfully, but these errors were encountered: