Roman Pauesov
Roman Pauesov
Hi, i'm try to generate address pool by mnemonic phrase (which i check with TrustWallet) and i got wrong address: ```golang import ( "fmt" "github.com/foxnut/go-hdwallet" ) func main() { mnemonic...
Hi!👋🏻 Current template for fiber-server has incorrect type for header values, because [HTTP Spec allow sending multiple http headers with the same name](https://www.rfc-editor.org/rfc/rfc9110.html#section-5.3), like `Set-Cookie` header. Need to change template...
This PR is resolve issue #1806