Send to a processor from a test

Mainly here to build out the infra. Does not automate checking
recipience/batch creation yet.
This commit is contained in:
Luke Parker
2023-07-24 20:06:05 -04:00
parent f05e909d0e
commit 7990ee689a
8 changed files with 848 additions and 289 deletions

View File

@@ -802,6 +802,7 @@ impl SignableTransaction {
}
/// Sign this transaction.
// TODO: Remove async
pub async fn sign<R: RngCore + CryptoRng>(
mut self,
rng: &mut R,