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 dc27e75 commit 0f35dd1Copy full SHA for 0f35dd1
pycardano/backend/blockfrost.py
@@ -115,6 +115,7 @@ def protocol_param(self) -> ProtocolParameters:
115
protocol_major_version=int(params.protocol_major_ver),
116
protocol_minor_version=int(params.protocol_minor_ver),
117
min_utxo=int(params.min_utxo),
118
+ min_pool_cost=int(params.min_pool_cost),
119
price_mem=float(params.price_mem),
120
price_step=float(params.price_step),
121
max_tx_ex_mem=int(params.max_tx_ex_mem),
0 commit comments