You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (count=0; count < capacity && count < m; count++) {
Considering the python and javascript client libraries, when the number of the calendars (-m) parameter is used and one calendar isn't available the client should send the stamp to another calendars and not stop at first one (e.g. using -m 1).
What behavior should be elected?
Thank you
The text was updated successfully, but these errors were encountered:
The python impl should be considered the reference one
Considering the python and javascript client libraries, when the number of the calendars (-m) parameter is used and one calendar isn't available the client should send the stamp to another calendars and not stop at first one (e.g. using -m 1).
The client shouldn't stop at the first error for sure, at a first glance the code you are linking doesn't stop at first error, or am I missing something?
java-opentimestamps/src/main/java/com/eternitywall/ots/OpenTimestamps.java
Line 233 in 1f900aa
Considering the python and javascript client libraries, when the number of the calendars (-m) parameter is used and one calendar isn't available the client should send the stamp to another calendars and not stop at first one (e.g. using -m 1).
What behavior should be elected?
Thank you
The text was updated successfully, but these errors were encountered: