Skip to content

Commit

Permalink
Don't scale up default timeout.
Browse files Browse the repository at this point in the history
Fare pointed out that we were previously scaling this to allow
copy/paste demos, but now that we have a flag for this we can just
supply a larger number when we do this manually.
  • Loading branch information
zenhack committed May 2, 2021
1 parent 04f06f5 commit 4a6a8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/interaction.ss
Expand Up @@ -314,7 +314,7 @@
timeoutInBlocks:
(if timeout-in-blocks
(string->number timeout-in-blocks)
(* 100 (ethereum-timeout-in-blocks)))
(ethereum-timeout-in-blocks))
maxInitialBlock: max-initial-block}}))
(begin
(.call InteractionAgreement .validate agreement)
Expand Down

0 comments on commit 4a6a8cc

Please sign in to comment.