to to/the the (#5590)
This commit is contained in:
parent
80f618f011
commit
faafee6b42
|
@ -1910,7 +1910,7 @@ fn handle_chaining_for_slot(
|
||||||
// If this is a newly inserted slot, then we know the children of this slot were not previously
|
// If this is a newly inserted slot, then we know the children of this slot were not previously
|
||||||
// connected to the trunk of the ledger. Thus if slot.is_connected is now true, we need to
|
// connected to the trunk of the ledger. Thus if slot.is_connected is now true, we need to
|
||||||
// update all child slots with `is_connected` = true because these children are also now newly
|
// update all child slots with `is_connected` = true because these children are also now newly
|
||||||
// connected to to trunk of the the ledger
|
// connected to trunk of the ledger
|
||||||
let should_propagate_is_connected =
|
let should_propagate_is_connected =
|
||||||
is_newly_completed_slot(&RefCell::borrow(&*meta), meta_backup)
|
is_newly_completed_slot(&RefCell::borrow(&*meta), meta_backup)
|
||||||
&& RefCell::borrow(&*meta).is_connected;
|
&& RefCell::borrow(&*meta).is_connected;
|
||||||
|
|
|
@ -959,7 +959,7 @@ mod test {
|
||||||
let res = check_dead_fork(|blockhash, slot| {
|
let res = check_dead_fork(|blockhash, slot| {
|
||||||
let bad_hash = hash(&[2; 30]);
|
let bad_hash = hash(&[2; 30]);
|
||||||
let entry = entry::next_entry(
|
let entry = entry::next_entry(
|
||||||
// User wrong blockhash so that the the entry causes an entry verification failure
|
// User wrong blockhash so that the entry causes an entry verification failure
|
||||||
&bad_hash,
|
&bad_hash,
|
||||||
1,
|
1,
|
||||||
vec![system_transaction::create_user_account(
|
vec![system_transaction::create_user_account(
|
||||||
|
|
|
@ -204,7 +204,7 @@ impl<T: Serialize + Clone> StatusCache<T> {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn from_slot_deltas(slot_deltas: &[SlotDelta<T>]) -> Self {
|
pub fn from_slot_deltas(slot_deltas: &[SlotDelta<T>]) -> Self {
|
||||||
// play all deltas back into the the status cache
|
// play all deltas back into the status cache
|
||||||
let mut me = Self::default();
|
let mut me = Self::default();
|
||||||
me.append(slot_deltas);
|
me.append(slot_deltas);
|
||||||
me
|
me
|
||||||
|
|
|
@ -1894,7 +1894,7 @@ pub fn app<'ab, 'v>(name: &str, about: &'ab str, version: &'v str) -> App<'ab, '
|
||||||
.value_name("LAMPORTS")
|
.value_name("LAMPORTS")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.required(true)
|
.required(true)
|
||||||
.help("The number of lamports to to withdraw from the stake account."),
|
.help("The number of lamports to withdraw from the stake account."),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
.subcommand(
|
.subcommand(
|
||||||
|
|
Loading…
Reference in New Issue