File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'Geth'
3- spec . version = '1.8.1 '
3+ spec . version = '1.8.2 '
44 spec . license = { :type => 'GNU Lesser General Public License, Version 3.0' }
55 spec . homepage = 'https://github.com/ethereum/go-ethereum'
66 spec . authors = { 'erichin' => '[email protected] ' }
Original file line number Diff line number Diff line change @@ -353,6 +353,7 @@ func (r *Receipt) String() string {
353353 return r .receipt .String ()
354354}
355355
356+ func (r * Receipt ) GetStatus () uint { return r .receipt .Status }
356357func (r * Receipt ) GetPostState () []byte { return r .receipt .PostState }
357358func (r * Receipt ) GetCumulativeGasUsed () int64 { return int64 (r .receipt .CumulativeGasUsed ) }
358359func (r * Receipt ) GetBloom () * Bloom { return & Bloom {r .receipt .Bloom } }
You can’t perform that action at this time.
0 commit comments