quorum/cmd/swarm
Lewis Marshall 1e9f86b49e cmd/swarm: fix error handling in 'swarm up' (#14557)
The error returned by client.Upload was previously being ignored due to becoming
out of scope outside the if statement. This has been fixed by instead defining a
function which returns the hash and error (rather than trying to set the hash in
each branch of the if statement).
2017-06-06 09:39:10 +02:00
..
cleandb.go all: update license information 2017-04-14 10:29:00 +02:00
hash.go Logger updates 3 (#3730) 2017-03-02 14:06:16 +01:00
list.go all: update license information 2017-04-14 10:29:00 +02:00
main.go cmd/swarm: Add --httpaddr flag (#14475) 2017-05-22 08:56:40 +02:00
manifest.go all: update license information 2017-04-14 10:29:00 +02:00
upload.go cmd/swarm: fix error handling in 'swarm up' (#14557) 2017-06-06 09:39:10 +02:00