From 2ae04f2a2de89e0f29cb1bb96d1a6a2ec88d96cc Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Fri, 28 Feb 2020 12:18:06 +0100 Subject: [PATCH] acknowledge spelling --- VERSION | 2 +- go.mod | 2 +- go.sum | 4 ++-- vendor/github.com/status-im/status-go/whisper/v6/events.go | 2 +- vendor/modules.txt | 2 +- whisper/events.go | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index a758a09aa..cffa44cf3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.48.0 +0.48.1 diff --git a/go.mod b/go.mod index 5bb517c6f..afa52caf2 100644 --- a/go.mod +++ b/go.mod @@ -43,7 +43,7 @@ require ( github.com/status-im/migrate/v4 v4.6.2-status.2 github.com/status-im/rendezvous v1.3.0 github.com/status-im/status-go/extkeys v1.1.0 - github.com/status-im/status-go/whisper/v6 v6.2.4 + github.com/status-im/status-go/whisper/v6 v6.2.5 github.com/status-im/tcp-shaker v0.0.0-20191114194237-215893130501 github.com/stretchr/testify v1.4.0 github.com/syndtr/goleveldb v1.0.0 diff --git a/go.sum b/go.sum index 262a1a468..222b50fb3 100644 --- a/go.sum +++ b/go.sum @@ -617,8 +617,8 @@ github.com/status-im/rendezvous v1.3.0/go.mod h1:+hzjuP+j/XzLPeF6E50b88pWOTLdTcw github.com/status-im/status-go/extkeys v1.0.0/go.mod h1:GdqJbrcpkNm5ZsSCpp+PdMxnXx+OcRBdm3PI0rs1FpU= github.com/status-im/status-go/extkeys v1.1.0 h1:QgnXlMvhlFyRu+GdpPn1Ve22IidnDdslFB/Py6HWj78= github.com/status-im/status-go/extkeys v1.1.0/go.mod h1:nT/T2+G4L/6qPVIIfI3oT8dQSVyn7fQYY8G3yL3PIGY= -github.com/status-im/status-go/whisper/v6 v6.2.4 h1:/GAW/jtbhS/ZjVDkaTSc8wbjepMljleXwBoc30UuWok= -github.com/status-im/status-go/whisper/v6 v6.2.4/go.mod h1:csqMoPMkCPW1NJO56HJzNTWAl9UMdetnQzkPbPjsAC4= +github.com/status-im/status-go/whisper/v6 v6.2.5 h1:/Y8u3Qygf14f+Bmz43ockiT4EwSq2F02ygnXTDLibiA= +github.com/status-im/status-go/whisper/v6 v6.2.5/go.mod h1:csqMoPMkCPW1NJO56HJzNTWAl9UMdetnQzkPbPjsAC4= github.com/status-im/tcp-shaker v0.0.0-20191114194237-215893130501 h1:oa0KU5jJRNtXaM/P465MhvSFo/HM2O8qi2DDuPcd7ro= github.com/status-im/tcp-shaker v0.0.0-20191114194237-215893130501/go.mod h1:RYo/itke1oU5k/6sj9DNM3QAwtE5rZSgg5JnkOv83hk= github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 h1:gIlAHnH1vJb5vwEjIp5kBj/eu99p/bl0Ay2goiPe5xE= diff --git a/vendor/github.com/status-im/status-go/whisper/v6/events.go b/vendor/github.com/status-im/status-go/whisper/v6/events.go index 18a6a6a78..35d084806 100644 --- a/vendor/github.com/status-im/status-go/whisper/v6/events.go +++ b/vendor/github.com/status-im/status-go/whisper/v6/events.go @@ -18,7 +18,7 @@ const ( // And event, ideally, should contain information about peer that sent envelope to us. EventEnvelopeReceived EventType = "envelope.received" // EventBatchAcknowledged is sent when batch of envelopes was acknowledged by a peer. - EventBatchAcknowledged EventType = "batch.acknowledged" + EventBatchAcknowledged EventType = "batch.acknowleged" // EventEnvelopeAvailable fires when envelop is available for filters EventEnvelopeAvailable EventType = "envelope.available" // EventMailServerRequestSent fires when such request is sent. diff --git a/vendor/modules.txt b/vendor/modules.txt index 77617d8f7..c3d58e066 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -374,7 +374,7 @@ github.com/status-im/rendezvous/protocol github.com/status-im/rendezvous/server # github.com/status-im/status-go/extkeys v1.1.0 github.com/status-im/status-go/extkeys -# github.com/status-im/status-go/whisper/v6 v6.2.4 +# github.com/status-im/status-go/whisper/v6 v6.2.5 github.com/status-im/status-go/whisper/v6 # github.com/status-im/tcp-shaker v0.0.0-20191114194237-215893130501 github.com/status-im/tcp-shaker diff --git a/whisper/events.go b/whisper/events.go index 18a6a6a78..35d084806 100644 --- a/whisper/events.go +++ b/whisper/events.go @@ -18,7 +18,7 @@ const ( // And event, ideally, should contain information about peer that sent envelope to us. EventEnvelopeReceived EventType = "envelope.received" // EventBatchAcknowledged is sent when batch of envelopes was acknowledged by a peer. - EventBatchAcknowledged EventType = "batch.acknowledged" + EventBatchAcknowledged EventType = "batch.acknowleged" // EventEnvelopeAvailable fires when envelop is available for filters EventEnvelopeAvailable EventType = "envelope.available" // EventMailServerRequestSent fires when such request is sent.