Rename "trusted" to "known" in validators/
(#21197)
* Replaced trusted with known validator * Format Convention
This commit is contained in:
@ -2296,7 +2296,7 @@ fn _send_transaction(
|
||||
Ok(signature.to_string())
|
||||
}
|
||||
|
||||
// Minimal RPC interface that trusted validators are expected to provide
|
||||
// Minimal RPC interface that known validators are expected to provide
|
||||
pub mod rpc_minimal {
|
||||
use super::*;
|
||||
#[rpc]
|
||||
|
Reference in New Issue
Block a user