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;
2828#[ error( "null pointer" ) ]
2929struct NulPtr ;
3030
31- #[ derive( Debug , Error ) ]
32- #[ error( "access out of bound" ) ]
33- struct OutOfBound ;
3431
3532pub const FRAGMENT_ID_LENGTH : usize = 32 ;
3633pub 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)
You can’t perform that action at this time.
0 commit comments