This commit is contained in:
J. Ayo Akinyele 2019-09-17 00:42:20 -04:00
parent fa2ba7c6ed
commit 10ad13aacd
2 changed files with 1 additions and 2 deletions

View File

@ -204,7 +204,6 @@ class Libbolt(object):
return False
return bool_str
if platform == 'darwin':
prefix = 'lib'
ext = 'dylib'

View File

@ -648,7 +648,7 @@ mod tests {
// retrieve commitment setup params (using merchant long lived pk params)
// initialize on the customer side with balance: b0_cust
let mut cust_state = CustomerState::<Bls12>::new(rng, &mut channel, &mut channel_token, b0_cust, b0_merch, String::from("Alice"));
let mut cust_state = CustomerState::<Bls12>::new(rng, &mut channel_token, b0_cust, b0_merch, String::from("Alice"));
// lets establish the channel
let cust_com_proof = cust_state.generate_proof(rng, &mut channel_token);