test('b58 on pubKey with leading 1',t=>t.is(app.b58.encode(app.b58.decode('12BjyvjoAf5qik7R8TKDJAHJugsX23YgJGi2LmBUv2nx')),'12BjyvjoAf5qik7R8TKDJAHJugsX23YgJGi2LmBUv2nx'));
});
test('b58 on pubKey without leading 1',t=>t.is(app.b58.encode(app.b58.decode('2BjyvjoAf5qik7R8TKDJAHJugsX23YgJGi2LmBUv2nx')),'2BjyvjoAf5qik7R8TKDJAHJugsX23YgJGi2LmBUv2nx'));
test('saltPass2seed should convert salt & password to seed with scrypt',asynct=>{
test('saltPass2seed should convert salt & password to seed with scrypt',asynct=>{