manuelmauro/algonaut

Function to append signature to raw transactions + 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#L154-L164

#[test]
#[ignore]
async fn test_append_multisig_transaction() -> Result<(), Box<dyn Error>> {
// TODO Account function to append signature to raw transaction
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.