Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 46d6725

Browse files
authored
Merge pull request #59 from johngrantuk/issue#53
Issue#53
2 parents 51ec216 + cc6f82d commit 46d6725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iota/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def default_min_weight_magnitude(self):
133133
Returns the default ``min_weight_magnitude`` value to use for API
134134
requests.
135135
"""
136-
return 13 if self.testnet else 18
136+
return 9 if self.testnet else 15
137137

138138
def add_neighbors(self, uris):
139139
# type: (Iterable[Text]) -> dict
@@ -879,4 +879,4 @@ def send_trytes(self, trytes, depth, min_weight_magnitude=None):
879879
trytes = trytes,
880880
depth = depth,
881881
minWeightMagnitude = min_weight_magnitude,
882-
)
882+
)

0 commit comments

Comments
 (0)