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.
2 parents 350282e + 12c75f3 commit ec1d298Copy full SHA for ec1d298
cardano_clusterlib/transaction_group.py
@@ -561,7 +561,7 @@ def estimate_fee(
561
txbody_file: itp.FileType,
562
txin_count: int,
563
txout_count: int,
564
- witness_count: int = 1,
+ witness_count: int,
565
byron_witness_count: int = 0,
566
reference_script_size: int = 0,
567
) -> int:
@@ -571,7 +571,7 @@ def estimate_fee(
571
txbody_file: A path to file with transaction body.
572
txin_count: A number of transaction inputs.
573
txout_count: A number of transaction outputs.
574
- witness_count: A number of witnesses (optional).
+ witness_count: A number of witnesses.
575
byron_witness_count: A number of Byron witnesses (optional).
576
reference_script_size: A size in bytes of transaction reference scripts (optional).
577
0 commit comments