Files
openethereum/parity
Yurii Rashkovskii 9c0fceb192 Problem: sending any Whisper message fails
The error is "PoW too low to compete with other messages"

This has been previously reported in #7144

Solution: prevent the move semantics

The source of the error is in PoolHandle.relay
implementation for NetPoolHandle.

Because of the move semantics, `res` variable is in fact
copied (as it implements Copy) into the closure and for
that reason, the returned result is always `false.
2018-01-01 20:54:15 -08:00
..
2017-05-02 11:40:03 +02:00
2017-12-21 11:27:26 +01:00
2017-12-27 18:56:06 +01:00
2017-11-13 16:48:58 +01:00
2017-12-22 09:37:39 -04:00
2017-12-29 10:45:11 +01:00
2017-12-29 10:45:11 +01:00
2017-08-31 11:35:41 +02:00
2017-01-25 18:51:41 +01:00