mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-07-23 08:10:20 +00:00
chore: add trust assumption comment [skip ci]
This commit is contained in:
parent
e862ca8b24
commit
ced819e711
@ -96,6 +96,10 @@ pub trait Rpc {
|
||||
/// Admin-only in effect: the L1 rejects the config op unless this
|
||||
/// sequencer's key is the channel admin (`keys[0]` of the current roster).
|
||||
///
|
||||
/// There is no caller auth — anyone who can reach the RPC port can invoke
|
||||
/// this, so the server must not be exposed beyond trusted clients (see
|
||||
/// the sequencer's `--listen-address`).
|
||||
///
|
||||
/// `Ok(())` only means the signed config op was queued locally (like
|
||||
/// block publishing), not that L1 accepted it: acceptance is asynchronous,
|
||||
/// and a rejection (e.g. non-admin signer) is not reported here — it only
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user