@@ -25,7 +25,7 @@ |
||
| 25 | 25 | /** |
| 26 | 26 | * Returns the serialized xpub, and the path |
| 27 | 27 | * of the backup key |
| 28 | - * @return array [xpub, path] |
|
| 28 | + * @return string[] [xpub, path] |
|
| 29 | 29 | */ |
| 30 | 30 | public function getBackupKey(); |
| 31 | 31 | |
@@ -1072,7 +1072,6 @@ discard block |
||
| 1072 | 1072 | * Format: ["M', "xpub..."] |
| 1073 | 1073 | * Setting this will allow the SDK to check the server hasn't |
| 1074 | 1074 | * a different key (one it happens to control) |
| 1075 | - |
|
| 1076 | 1075 | * Either takes one argument: |
| 1077 | 1076 | * @param array $options |
| 1078 | 1077 | * |
@@ -1707,7 +1706,6 @@ discard block |
||
| 1707 | 1706 | |
| 1708 | 1707 | /** |
| 1709 | 1708 | * convert a Satoshi value to a BTC value and return it as a string |
| 1710 | - |
|
| 1711 | 1709 | * @param int $satoshi |
| 1712 | 1710 | * @return string |
| 1713 | 1711 | */ |