cjdelisle / packetcrypt_rs

PacketCrypt in Rust
53 stars 45 forks source link

Fix issue affecting accouncement mining with armhf archictecture #5

Closed thierrymarianne closed 3 years ago

thierrymarianne commented 3 years ago

Description

With a Raspberry b+, I've encountered the following warning message when mining announcements:

1611506372 WARN annmine.rs:432 [6] handler [http://[REDACTED]/submit] replied with no result [{"warn":[],"error":["submit elsewhere"],"result":null}]                                                    
1611506374 WARN annmine.rs:432 [7] handler [http://[REDACTED]/submit] replied with no result [{"warn":[],"error":["submit elsewhere"],"result":null}]                                                    
1611506374 WARN annmine.rs:432 [8] handler [http://[REDACTED]/submit] replied with no result [{"warn":[],"error":["submit elsewhere"],"result":null}]                                                    
1611506375 WARN annmine.rs:432 [9] handler [http://[REDACTED]/submit] replied with no result [{"warn":[],"error":["submit elsewhere"],"result":null}]

After applying the submitted changes:

No more worrying warning messages!

cjdelisle commented 3 years ago

Thanks!