I deployed an ICRC1 ledger canister with feature_flags = opt record{icrc2 = false};
in the arguments.
I now want to enable the ICRC2 standard but when I re-run the deploy command with feature_flags = opt record{icrc2 = true};
, I still get an error that ICRC2 has not been enabled when I run an ICRC2 command.
Is there a way to upgrade a ledger canister to use ICRC2 without a reinstall?