Bee/upgrade
Compare changes
+ 19
− 17
@@ -8,6 +8,7 @@
@@ -8,6 +8,7 @@
@@ -19,8 +20,8 @@ import (
@@ -19,8 +20,8 @@ import (
func SignAndTransmit(keyPath, idfPath, contractPath, wallet, serverAddress, serverCertPath string) error {
@@ -44,23 +45,20 @@ func SignAndTransmit(keyPath, idfPath, contractPath, wallet, serverAddress, serv
@@ -44,23 +45,20 @@ func SignAndTransmit(keyPath, idfPath, contractPath, wallet, serverAddress, serv
func signAndTransmit(pk, idfBytes, contractBytes []byte, wallet, serverAddress, serverCertPath string) error {
@@ -68,7 +66,7 @@ func signAndTransmit(pk, idfBytes, contractBytes []byte, wallet, serverAddress,
@@ -68,7 +66,7 @@ func signAndTransmit(pk, idfBytes, contractBytes []byte, wallet, serverAddress,
@@ -79,10 +77,11 @@ func signAndTransmit(pk, idfBytes, contractBytes []byte, wallet, serverAddress,
@@ -79,10 +77,11 @@ func signAndTransmit(pk, idfBytes, contractBytes []byte, wallet, serverAddress,
@@ -92,6 +91,9 @@ func signAndTransmit(pk, idfBytes, contractBytes []byte, wallet, serverAddress,
@@ -92,6 +91,9 @@ func signAndTransmit(pk, idfBytes, contractBytes []byte, wallet, serverAddress,