Beispiel #1
0
 public function testSign()
 {
     $priKey = new PrivateKey();
     $priKey->generate();
     // Make sure not exceptions are thrown
     $priKey->sign('BitPay');
 }