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

Commit 8ce973c

Browse files
committed
Issue#53. Changed default min_weight_magnitude to 9 for testnet and 15 for mainnet.(Fixed edit mistake.)
1 parent 9d7db3f commit 8ce973c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iota/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def create_command(self, command):
130130
def default_min_weight_magnitude(self):
131131
# type: () -> int
132132
"""
133-
Returns the default ``1`` value to use for API
133+
Returns the default ``min_weight_magnitude`` value to use for API
134134
requests.
135135
"""
136136
return 9 if self.testnet else 15

0 commit comments

Comments
 (0)