This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
types: copy commit bit array
pull/330/head
Ethan Buchman
8 years ago
parent
2abcde03ad
commit
6be5bda8c9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
types/block.go
+ 1
- 1
types/block.go
View File
@ -270,7 +270,7 @@ func (commit *Commit) BitArray() *BitArray {
commit
.
bitArray
.
SetIndex
(
i
,
precommit
!=
nil
)
}
}
return
commit
.
bitArray
return
commit
.
bitArray
.
Copy
(
)
}
func
(
commit
*
Commit
)
GetByIndex
(
index
int
)
*
Vote
{
Write
Preview
Loading…
Cancel
Save