You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/class/Api.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -408,7 +408,7 @@ static function version($data) {
408
408
* @apiParam {string} public_key Sender's public key
409
409
* @apiParam {string} fee Transaction fee. Must be 0
410
410
* @apiParam {string} [signature] Transaction signature. It's recommended that the transaction is signed before being sent to the node to avoid sending your private key to the node.
411
-
* @apiParam {numeric} [date] Transaction's date in UNIX TIMESTAMP format. Requried when the transaction is pre-signed.
411
+
* @apiParam {numeric} [date] Transaction's date in UNIX TIMESTAMP format. Required when the transaction is pre-signed.
412
412
* @apiParam {string} [message] A message to be included with the transaction. Maximum 128 chars.
413
413
* @apiParam {numeric} [type] The type of the transaction. 1 to send coins.
414
414
*
@@ -568,8 +568,8 @@ static function checkAddress($data) {
568
568
* @apiSuccess {string} hostname Peer hostname
569
569
* @apiSuccess {numeric} blacklisted UNIX timestamp until peer is blacklisted
570
570
* @apiSuccess {numeric} ping UNIX timestamp when peer was last pinged
571
-
* @apiSuccess {numeric} fails Number of failed conections to peer
572
-
* @apiSuccess {numeric} stuckfail Number of failed stuck conentions to peer
571
+
* @apiSuccess {numeric} fails Number of failed connections to peer
572
+
* @apiSuccess {numeric} stuckfail Number of failed stuck connections to peer
573
573
* @apiSuccess {numeric} height Blockchain height of peer
574
574
* @apiSuccess {string} appshash Hash of peer apps
575
575
* @apiSuccess {numeric} score Peer node score
@@ -590,7 +590,7 @@ static function getPeers($data) {
590
590
* @apiSuccess {string} [public_key] Public key of masternode
591
591
* @apiSuccess {numeric} [height] Height at which masternode is created
592
592
* @apiSuccess {string} [ip] IP address of masternode
593
-
* @apiSuccess {numeric} [win_height] Last height whem masternode received reward
593
+
* @apiSuccess {numeric} [win_height] Last height when masternode received reward
594
594
* @apiSuccess {string} [signature] current masternode signature
595
595
* @apiSuccess {string} [id] Address of masternode
596
596
* @apiSuccess {numeric} [collateral] Locked collateral in masternode
@@ -634,7 +634,7 @@ static function getMasternodesForAddress($data) {
634
634
* @apiSuccess {string} [public_key] Public key of masternode
635
635
* @apiSuccess {numeric} [height] Height at which masternode is created
636
636
* @apiSuccess {string} [ip] IP address of masternode
637
-
* @apiSuccess {numeric} [win_height] Last height whem masternode received reward
637
+
* @apiSuccess {numeric} [win_height] Last height when masternode received reward
638
638
* @apiSuccess {string} [signature] current masternode signature
639
639
* @apiSuccess {string} [id] Address of masternode
640
640
* @apiSuccess {numeric} [collateral] Locked collateral in masternode
0 commit comments