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 ac37576 commit 63ed32cCopy full SHA for 63ed32c
monero-harness/src/lib.rs
@@ -467,7 +467,7 @@ impl MoneroWallet {
467
468
/// Get address at a given account and subaddress index.
469
pub async fn address_at(&self, account_index: u32, address_index: u32) -> Result<Address> {
470
- Ok(self.wallet.address(account_index, address_index).await)
+ Ok(self.wallet.address(account_index, address_index).await?)
471
}
472
473
pub async fn balance(&self) -> Result<u64> {
0 commit comments