Conversation
Codecov Report
@@ Coverage Diff @@
## master #868 +/- ##
==========================================
- Coverage 43.57% 43.57% -0.01%
==========================================
Files 177 177
Lines 12547 12552 +5
==========================================
+ Hits 5467 5469 +2
- Misses 7080 7083 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #868 +/- ##
==========================================
- Coverage 43.57% 43.54% -0.03%
==========================================
Files 177 177
Lines 12547 12559 +12
==========================================
+ Hits 5467 5469 +2
- Misses 7080 7090 +10
Continue to review full report at Codecov.
|
vncoelho
left a comment
There was a problem hiding this comment.
Port to 2.x? @erikzhang @shargon @igormcoelho
|
@vncoelho I think that we need to port this to 2x, do you want to do it? |
* fix issue neo-project#868 * Update claimgas.md
* Clean memory * Other * Other * Update Wallet.cs
Usually we clean the buffer where the private key was copied, as here
neo/neo/Wallets/KeyPair.cs
Line 51 in c64748e
But we forgot to clean these buffers.