Skip to content

Commit

Permalink
FIX: api need 0.5s delay
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbegin authored and qtxie committed Jun 29, 2019
1 parent 81e691b commit 57a56a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/bitcoin.red
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ btc: context [
]

post-url: function [url [url!] body [map!]][
wait 0.3
wait 0.5
command: compose/only [
POST
(headers)
Expand Down

0 comments on commit 57a56a8

Please sign in to comment.