You are viewing a single comment's thread from:

RE: Radiator Update: Getting Ready for Transaction Signing

in #radiator9 years ago

Correct. It adds a second for each generation attempt. That's probably way too much time to add, but it hasn't been an issue.

Graphenej does this too, but they only add 1 millisecond per iteration. I should probably do the same.

https://github.com/kenCode-de/graphenej/blob/master/graphenej/src/main/java/de/bitsharesmunich/graphenej/Transaction.java#L145

Sort:  

this step is redundant IMO....

but it's okay if the users are aware of it.

  • he can't set a fixed expiration,
  • tx_id can't be determined until signing done.

Good point. I'll keep that in mind. Maybe it'd be better as an option, then make the default disabled.