Ledger canister being built during deploy to IC causing deploy to fail. Should that be happening?

The issue was that I still had
"ledger": { "type": "custom", "wasm": "ledger.wasm", "candid": "ledger.public.did" },
defined in the dfx.json file. Removing it fixed the error.

2 Likes