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
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Due to async_trait(?Send) being used in Signer, futures cannot be spawned. This is done because Ledger's futures are not Send. We could block_on on the .exchange call in the ledger to get around that, but maybe there's a better way (and it could be problematic? @prestwich)
The text was updated successfully, but these errors were encountered:
Due to
async_trait(?Send)
being used inSigner
, futures cannot be spawned. This is done becauseLedger
's futures are notSend
. We couldblock_on
on the.exchange
call in the ledger to get around that, but maybe there's a better way (and it could be problematic? @prestwich)The text was updated successfully, but these errors were encountered: