We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054f5bb commit 2f76f95Copy full SHA for 2f76f95
tap_aggregator/src/main.rs
@@ -16,7 +16,7 @@ use tap_aggregator::server;
16
#[command(author, version, about, long_about = None)]
17
struct Args {
18
/// Port to listen on for JSON-RPC requests.
19
- #[arg(long, default_value_t = 8000, env = "TAP_PORT")]
+ #[arg(long, default_value_t = 8080, env = "TAP_PORT")]
20
port: u16,
21
22
/// Gateway mnemonic to be used to sign Receipt Aggregate Vouchers.
0 commit comments