Skip to content

Commit

Permalink
Patch interface send() method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Feb 25, 2016
1 parent b5aa468 commit 36638bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Adapter/AdapterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ public function setWeight($weight, $unit = null);
/**
* Send transaction
*
* @param boolean $verifyPeer
* @return void
*/
public function send();
public function send($verifyPeer = true);

/**
* Return whether the transaction is a success
Expand Down

0 comments on commit 36638bc

Please sign in to comment.