mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Fix some typos (#4565)
This commit is contained in:
@@ -1426,10 +1426,10 @@ pub fn serve<T: BeaconChainTypes>(
|
||||
);
|
||||
|
||||
/*
|
||||
* beacon/blocks
|
||||
* beacon/blinded_blocks
|
||||
*/
|
||||
|
||||
// POST beacon/blocks
|
||||
// POST beacon/blinded_blocks
|
||||
let post_beacon_blinded_blocks = eth_v1
|
||||
.and(warp::path("beacon"))
|
||||
.and(warp::path("blinded_blocks"))
|
||||
@@ -3208,7 +3208,7 @@ pub fn serve<T: BeaconChainTypes>(
|
||||
},
|
||||
);
|
||||
|
||||
// POST validator/duties/sync
|
||||
// POST validator/duties/sync/{epoch}
|
||||
let post_validator_duties_sync = eth_v1
|
||||
.and(warp::path("validator"))
|
||||
.and(warp::path("duties"))
|
||||
|
||||
Reference in New Issue
Block a user