-
Notifications
You must be signed in to change notification settings - Fork 3
Go SDK tx type is always p2p #1
Comments
Occurs even when using the current version of the Kin Go SDK. - github.com/kinecosystem/kin-go v0.8.0 Code snippet is below.
|
package main // This is a full example for this issue import (
) func main() {
} |
module KinEarnIssue go 1.16 //go mod file for example above // This dependency of stellar/go no longer exists; use a forked version of the repo instead. require ( |
I have noticed some apps in the back end with only p2p transactions showing up, even though I know they have earns. This could possibly be the cause. |
Transactions sent with the GoSDK always come through as p2p - other types do not seem to change the tx registered by the API
The text was updated successfully, but these errors were encountered: