File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/chain-wallet-libs/bindings/wallet-core/src/c Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,6 @@ pub type FragmentPtr = *mut Fragment;
28
28
#[ error( "null pointer" ) ]
29
29
struct NulPtr ;
30
30
31
- #[ derive( Debug , Error ) ]
32
- #[ error( "access out of bound" ) ]
33
- struct OutOfBound ;
34
31
35
32
pub const FRAGMENT_ID_LENGTH : usize = 32 ;
36
33
pub const NONCES_SIZE : usize = 8 * 4 ;
@@ -45,7 +42,7 @@ pub const NONCES_SIZE: usize = 8 * 4;
45
42
/// # parameters
46
43
///
47
44
/// * 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.
49
46
/// * utxo_keys: an array of Ed25519 keys in the form of 64 bytes, used as utxo
50
47
/// keys for the wallet
51
48
/// * utxo_keys_len: the number of keys in the utxo_keys array (not the number of bytes)
You can’t perform that action at this time.
0 commit comments