We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1da1d commit 5c8cbf2Copy full SHA for 5c8cbf2
1 file changed
src/bin/sys.rs
@@ -3407,7 +3407,7 @@ async fn process_account_split<T: Signers>(
3407
into_keypair.pubkey(),
3408
);
3409
3410
- transaction.partial_sign(&signers, recent_blockhash);
+ transaction.try_partial_sign(&signers, recent_blockhash)?;
3411
transaction.try_sign(&[&into_keypair], recent_blockhash)?;
3412
3413
let signature = transaction.signatures[0];
0 commit comments