Skip to content

Commit 5fc6631

Browse files
committed
fix build
1 parent 053570c commit 5fc6631

File tree

1 file changed

+1
-4
lines changed
  • src/chain-wallet-libs/bindings/wallet-core/src/c

1 file changed

+1
-4
lines changed

src/chain-wallet-libs/bindings/wallet-core/src/c/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ pub type FragmentPtr = *mut Fragment;
2828
#[error("null pointer")]
2929
struct NulPtr;
3030

31-
#[derive(Debug, Error)]
32-
#[error("access out of bound")]
33-
struct OutOfBound;
3431

3532
pub const FRAGMENT_ID_LENGTH: usize = 32;
3633
pub const NONCES_SIZE: usize = 8 * 4;
@@ -45,7 +42,7 @@ pub const NONCES_SIZE: usize = 8 * 4;
4542
/// # parameters
4643
///
4744
/// * account_key: the Ed25519 extended key used wallet's account address private key
48-
/// in the form of a 64 bytes array.
45+
/// in the form of a 64 bytes array.
4946
/// * utxo_keys: an array of Ed25519 keys in the form of 64 bytes, used as utxo
5047
/// keys for the wallet
5148
/// * utxo_keys_len: the number of keys in the utxo_keys array (not the number of bytes)

0 commit comments

Comments
 (0)