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
When I use send_money() method and pass all of required params (from_address as string, to_address as string, satoshi_amount as integer, private_key as string), then get an error:
objc[62090]: +[NSString initialize] may have been in progress in another thread when fork() was called.
objc[62090]: +[NSString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
It looks like the reason for the error is in the nested method signer(). The same error when I call it through the console
When I use send_money() method and pass all of required params (from_address
as string
, to_addressas string
, satoshi_amountas integer
, private_keyas string
), then get an error:It looks like the reason for the error is in the nested method signer(). The same error when I call it through the console
The text was updated successfully, but these errors were encountered: