diff --git a/src/tui/screens/ActionWizard.tsx b/src/tui/screens/ActionWizard.tsx index 0bd89a7..e122f02 100644 --- a/src/tui/screens/ActionWizard.tsx +++ b/src/tui/screens/ActionWizard.tsx @@ -176,6 +176,7 @@ export function ActionWizardScreen(): React.ReactElement { if (variables.length > 0) { const variableData = variables.map(v => ({ variableIdentifier: v.id, + roleIdentifier: roleIdentifier, value: v.type === 'number' || v.type === 'satoshis' ? BigInt(v.value || '0') : v.value,