Skip to content

Commit cfeabba

Browse files
Mark XLM fee limit as accurate
1 parent 1f4515e commit cfeabba

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

chain/xlm/tx_input/tx_input.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,5 @@ func (input *TxInput) GetFeeLimit() (xc.AmountBlockchain, xc.ContractAddress) {
137137
}
138138

139139
func (input *TxInput) IsFeeLimitAccurate() bool {
140-
// currently getting a ~2 XLM fixed fee, not really accurate
141-
return false
140+
return true
142141
}

0 commit comments

Comments
 (0)