File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -515,13 +515,19 @@ prepare_proposal_argument() {
515515 echo " You need at least the didc from 2024-07-29 https://github.com/dfinity/candid/releases/tag/2024-07-29"
516516
517517 if should_upgrade_backend " $upgrade_type " ; then
518+ echo " "
519+ echo " === Filling init arguments for BACKEND canister (InternetIdentityInit) ==="
520+ echo " "
518521 didc_assist_ii_init > args.txt
519522 didc_encode_ii_init args.txt > dfx_arg.bin
520523 # DFX raw arguments are encoded differently than ic-admin's --arg values (mainnet_arg.bin).
521524 xxd -r -p dfx_arg.bin > mainnet_arg.bin
522525 fi
523526
524527 if should_upgrade_frontend " $upgrade_type " ; then
528+ echo " "
529+ echo " === Filling init arguments for FRONTEND canister (InternetIdentityFrontendInit) ==="
530+ echo " "
525531 didc_assist_frontend_init > frontend_args.txt
526532 didc_encode_frontend_init frontend_args.txt > dfx_frontend_arg.bin
527533 xxd -r -p dfx_frontend_arg.bin > mainnet_frontend_arg.bin
You can’t perform that action at this time.
0 commit comments