Actually decode Conway transaction in 'aiken tx simulate'

This commit is contained in:
KtorZ
2024-08-08 18:18:07 +02:00
parent 508d88035b
commit c454dc72eb
2 changed files with 5 additions and 1 deletions

View File

@@ -141,6 +141,10 @@ pub fn scripts_needed(
})
.unwrap_or_default();
// TODO
assert!(txb.proposal_procedures.is_none());
assert!(txb.voting_procedures.is_none());
needed.append(&mut spend);
needed.append(&mut reward);
needed.append(&mut cert);