We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f2362 commit 6057b3dCopy full SHA for 6057b3d
test/pycardano/test_txbuilder.py
@@ -191,7 +191,7 @@ def test_tx_too_big_exception(chain_context):
191
192
193
def test_tx_small_utxo_precise_fee(chain_context):
194
- tx_builder = TransactionBuilder(chain_context)
+ tx_builder = TransactionBuilder(chain_context, [RandomImproveMultiAsset([0, 0])])
195
sender = "addr_test1vrm9x2zsux7va6w892g38tvchnzahvcd9tykqf3ygnmwtaqyfg52x"
196
sender_address = Address.from_primitive(sender)
197
0 commit comments