Skip to content

Commit 484a463

Browse files
committed
chore: remove comments
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 57572f2 commit 484a463

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/tap-agent/src/tap/context.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ use tonic::{transport::Channel, Code, Status};
2828

2929
#[sealed::sealed]
3030
pub trait NetworkVersion: Send + Sync + 'static {
31-
//type Receipt;
3231
type Rav: SolStruct
3332
+ Aggregate<TapReceipt>
3433
+ Serialize
@@ -53,7 +52,6 @@ pub enum Horizon {}
5352

5453
#[sealed::sealed]
5554
impl NetworkVersion for Legacy {
56-
//type Receipt = tap_graph::Receipt;
5755
type Rav = tap_graph::ReceiptAggregateVoucher;
5856
type AggregatorClient =
5957
tap_aggregator::grpc::v1::tap_aggregator_client::TapAggregatorClient<Channel>;
@@ -88,7 +86,6 @@ impl NetworkVersion for Legacy {
8886

8987
#[sealed::sealed]
9088
impl NetworkVersion for Horizon {
91-
//type Receipt = tap_graph::v2::Receipt;
9289
type Rav = tap_graph::v2::ReceiptAggregateVoucher;
9390
type AggregatorClient =
9491
tap_aggregator::grpc::v2::tap_aggregator_client::TapAggregatorClient<Channel>;

0 commit comments

Comments
 (0)