From 36638bc5dc70b307727fa2f72b1dc0bbcb38b436 Mon Sep 17 00:00:00 2001 From: Nick Sagona Date: Thu, 25 Feb 2016 12:37:35 -0600 Subject: [PATCH] Patch interface send() method signature --- src/Adapter/AdapterInterface.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Adapter/AdapterInterface.php b/src/Adapter/AdapterInterface.php index c80b77d..6aa3bf7 100644 --- a/src/Adapter/AdapterInterface.php +++ b/src/Adapter/AdapterInterface.php @@ -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