Skip to content

Commit 33b231b

Browse files
Merge #125
125: chore: bump nilauth client r=mfontanini a=mfontanini This pulls in NillionNetwork/nilauth-client-rs#5 so we have proper log messages. Co-authored-by: Matias Fontanini <[email protected]>
2 parents a79990f + 242ed15 commit 33b231b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/nillion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hex = { version = "0.4", features = ["serde"] }
1313
humantime = "2.2"
1414
futures = "0.3.30"
1515
log = "0.4"
16-
nilauth-client = { git = "https://github.com/NillionNetwork/nilauth-client-rs", rev = "03e2b38609f6c48332fbfc38960ce57d27121f44" }
16+
nilauth-client = { git = "https://github.com/NillionNetwork/nilauth-client-rs", rev = "c3fede96234733d719ab9a12878987479bfa82dc" }
1717
nillion-nucs = { git = "https://github.com/NillionNetwork/nuc-rs", rev = "687657acd08f2543e5c0d75e910eb9f1b1152d00" }
1818
serde = "1.0.214"
1919
serde_yaml = "0.9"

tools/nillion/src/handlers/nilauth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ impl NilauthHandler {
6868
nilchain_client.set_gas_price(gas_price);
6969
}
7070

71-
let tx_hash = self.client.pay_subscription(&mut nilchain_client, &self.key, module).await?;
71+
let tx_hash = self.client.pay_subscription(&mut nilchain_client, &self.key.public_key(), module).await?;
7272
Ok(Box::new(Output { tx_hash: tx_hash.to_string() }))
7373
}
7474

0 commit comments

Comments
 (0)