Skip to content

Commit 2f76f95

Browse files
committed
fix(aggregator): revert default port change
Signed-off-by: Alexis Asseman <[email protected]>
1 parent 054f5bb commit 2f76f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_aggregator/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use tap_aggregator::server;
1616
#[command(author, version, about, long_about = None)]
1717
struct Args {
1818
/// Port to listen on for JSON-RPC requests.
19-
#[arg(long, default_value_t = 8000, env = "TAP_PORT")]
19+
#[arg(long, default_value_t = 8080, env = "TAP_PORT")]
2020
port: u16,
2121

2222
/// Gateway mnemonic to be used to sign Receipt Aggregate Vouchers.

0 commit comments

Comments
 (0)