manuelmauro/algonaut

Merge multisig transactions (raw) + test

ivnsch opened this issue · 1 comments

https://github.com/algorand/java-algorand-sdk/blob/840cf26043f475e43938c64fbda4526a874c258f/src/test/java/com/algorand/algosdk/account/TestAccount.java#L194-L203

#[test]
#[ignore]
async fn merge_multisig_transaction_bytes() -> Result<(), Box<dyn Error>> {
// TODO Account function to merge multisig txn bytes (used for raw transaction files)
// (ideally don't port mergeMultisigTransactions: it was intentionally removed)
Ok(())
}

I'll close this as it seems at best a peripheral utility and if it's required it will be implemented as part of the SDKs test suite.