Steven Lin

Results 3 issues of Steven Lin

![截圖 2024-01-30 晚上10 41 07](https://github.com/shopspring/decimal/assets/65802504/e5d78e52-9971-4642-b8ef-3133caa1b9cd) ![截圖 2024-01-30 晚上10 44 53](https://github.com/shopspring/decimal/assets/65802504/4def11d2-02e4-4d73-9763-7ff0a88aa7c9) decimal.NewFromFloat(-1.454).RoundFloor(1).String() -> output would be "-1.5" decimal.NewFromFloat(-1.454).RoundCeil(1).String() -> output would be "-1.4"

Anyone encounter the problem like this ? ``` anchor-go --src=./internal/wrapper/solanaclient/.json-instruction/drift_v2.json --dst=./internal/wrapper/solanaclient/generated [+] Generating client from IDL: ./internal/wrapper/solanaclient/.json-instruction/drift_v2.json panic: interface conversion: interface {} is string, not map[string]interface {} goroutine 1 [running]:...