mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-02-13 07:46:35 +00:00
cl: remove tx_output from 1-to-1 transfer
This commit is contained in:
parent
50a7e1a261
commit
a85aaf1824
@ -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=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user