transaction-history now searches over the entire history by default (#10145)

automerge
This commit is contained in:
Michael Vines
2020-05-20 14:15:31 -07:00
committed by GitHub
parent 276815bd33
commit 357a00d2bc
2 changed files with 22 additions and 11 deletions

View File

@@ -244,8 +244,8 @@ pub enum CliCommand {
},
TransactionHistory {
address: Pubkey,
end_slot: Option<Slot>, // None == latest slot
slot_limit: u64,
end_slot: Option<Slot>, // None == latest slot
slot_limit: Option<u64>, // None == search full history
},
// Nonce commands
AuthorizeNonceAccount {