@ -520,10 +520,12 @@ fn transact(
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn process_confirmations(
|
fn process_confirmations(
|
||||||
confirmations: Vec<ConfirmedTransaction>,
|
mut confirmations: Vec<ConfirmedTransaction>,
|
||||||
notifier: Option<&Notifier>,
|
notifier: Option<&Notifier>,
|
||||||
) -> bool {
|
) -> bool {
|
||||||
let mut ok = true;
|
let mut ok = true;
|
||||||
|
|
||||||
|
confirmations.sort_by(|a, b| a.memo.cmp(&b.memo));
|
||||||
for ConfirmedTransaction {
|
for ConfirmedTransaction {
|
||||||
success,
|
success,
|
||||||
signature,
|
signature,
|
||||||
|
Reference in New Issue
Block a user