Skip to content

Commit

Permalink
add PathPresets
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-da committed May 14, 2019
1 parent 3ec2ec7 commit 1afce35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/presets.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ protected function test_valid() {
$addr_correct = '14QYcbc8bS5ADCg3qpWPYCtrPpiVVsQib9';

$map = [
'bip32' => '1HKpen4TCPVueNkkkJVpHhNrYew6zmu9H9',
'bip44' => '13A2wd2H4vsyjHXjvDQLZtxy4b3pStUwjo',
'bip49' => '3LR3HZCi5GjWx88ixAr7D1eFVi3Cq7Vxip',
'bip84' => 'bc1qrmp525wswv0djeqtdfpfu9uh7qhmt6lrrcpu0s',
Expand Down Expand Up @@ -67,6 +68,7 @@ protected function test_valid() {
}

$address = $this->derive_params( $params );
// echo " '$id' => '$address',\n";
$this->eq($address, $addr_correct, 'preset: ' . $id);
}
}
Expand Down

0 comments on commit 1afce35

Please sign in to comment.