http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/2c3fa1c49a7d6f963da69b00342ee6dbc4872b79
' ) : await post_send ( tx ) else : 4 mmgen/proto/eth/tx/base.py Unescape Escape View file @ -42,10 +42,10 @@ class Base(TxBase.Base): # given absolute fee in ETH, return gas price for display in selected unit def fee_abs2rel ( self , abs_fee , * , to_unit = ' Gwei ' ) : return self . pretty_fmt_fee ( self . fee_abs2gas ( abs_fee ) . to_unit ( to_unit ) ) self . fee_abs2gas price ( abs_fee ) . to_unit ( to_unit ) ) # given absolute fee in ETH, return gas price in ETH def fee_abs2gas ( self , abs_fee ) :...