fix: Format decimals correctly for signmode textual (#15129)
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,7 @@ type SenderNonceMempool struct {
|
||||
existingTx map[txKey]bool
|
||||
}
|
||||
|
||||
type SenderNonceOptions func(mp *SenderNonceMempool)
|
||||
type SenderNonceOptions func(*SenderNonceMempool)
|
||||
|
||||
type txKey struct {
|
||||
address string
|
||||
|
||||
Reference in New Issue
Block a user