Skip to content

Commit 0f35dd1

Browse files
ADD. adding min_pool_cost to blockfrost ProtocolParameters instantiation
1 parent dc27e75 commit 0f35dd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pycardano/backend/blockfrost.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def protocol_param(self) -> ProtocolParameters:
115115
protocol_major_version=int(params.protocol_major_ver),
116116
protocol_minor_version=int(params.protocol_minor_ver),
117117
min_utxo=int(params.min_utxo),
118+
min_pool_cost=int(params.min_pool_cost),
118119
price_mem=float(params.price_mem),
119120
price_step=float(params.price_step),
120121
max_tx_ex_mem=int(params.max_tx_ex_mem),

0 commit comments

Comments
 (0)