Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions iota/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def default_min_weight_magnitude(self):
Returns the default ``min_weight_magnitude`` value to use for API
requests.
"""
return 13 if self.testnet else 18
return 9 if self.testnet else 15

def add_neighbors(self, uris):
# type: (Iterable[Text]) -> dict
Expand Down Expand Up @@ -879,4 +879,4 @@ def send_trytes(self, trytes, depth, min_weight_magnitude=None):
trytes = trytes,
depth = depth,
minWeightMagnitude = min_weight_magnitude,
)
)