f216b62cc9
MIN CONFIRMATIONS (GRIM parity): the wallet group in Settings gains a "Minimum confirmations" row just below the Node row, showing the current value (default 10) and opening a numeric edit modal ported from GRIM's min_conf_modal_ui (same prompt/error strings, Cancel/Save, CenterTop). The fork already carried the full backend — WalletConfig::min_confirmations with MIN_CONFIRMATIONS_DEFAULT=10 and Wallet::update_min_confirmations — and the value already feeds the spendable/send logic (retrieve_summary_info, send and receive params) plus the GUI confirmation counts via data.info.minimum_confirmations, so this only exposes the existing knob. INTEGRATED NODE -> ADVANCED: the integrated-node tabs (info, metrics, mining with stratum, node settings) leave main Settings — Goblin is the lighter client. Their ONE home is now Settings -> Advanced, as a second action on the "Run your own node" card (live sync status in the label when the node runs), with back returning to Advanced. The duplicate entry on the node-connection page is removed too, per the single-home rule; all functionality is kept.