fix: Format decimals correctly for signmode textual (#15129)

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
This commit is contained in:
Facundo Medica
2023-02-27 12:34:20 +00:00
committed by GitHub
co-authored by Amaury
parent caf94106cb
commit 74ff94fdd5
5 changed files with 115 additions and 14 deletions
+1 -1
View File
@@ -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