cl: remove tx_output from 1-to-1 transfer

This commit is contained in:
David Rusu 2024-05-31 12:36:41 +04:00
parent 50a7e1a261
commit a85aaf1824

View File

@ -50,14 +50,6 @@ class TestTransfer(TestCase):
), ),
nf_pk=bob.pk, nf_pk=bob.pk,
) )
# tx_output = Output(
# note=bobs_note,
# # TODO: why do we need an Output struct if we can
# # compute the balance and zero commitment form the
# # PublicNote itself?
# balance=bobs_note.balance(tx_rand),
# zero=bobs_note.zero(tx_rand),
# )
ptx = PartialTransaction( ptx = PartialTransaction(
inputs=[ inputs=[