1
This commit is contained in:
@@ -2,9 +2,11 @@ package pump_parser
|
||||
|
||||
import (
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
agbinary "github.com/gagliardetto/binary"
|
||||
"github.com/mr-tron/base58"
|
||||
)
|
||||
|
||||
func TestTradeEvent(t *testing.T) {
|
||||
@@ -23,4 +25,7 @@ func TestTradeEvent(t *testing.T) {
|
||||
|
||||
t.Logf("Trade Event: %+v", tradeEvent)
|
||||
|
||||
xx, err := base58.Decode("3Bxs48EzTZB4tzRd")
|
||||
fmt.Println(len(xx), err)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user