mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-19 05:04:21 +01:00
Dynamic amount in unroll closure (#173)
* update UnrollClosure * update TrustedOnboarding flow + add TrustedOnboarding e2e test * fix linter: grpc.Dial * add comment * integration tests: faucet the ASP with 2 utxos
This commit is contained in:
@@ -31,6 +31,10 @@ type arkReceive struct {
|
||||
Onchain string `json:"onchain_address"`
|
||||
}
|
||||
|
||||
type arkTrustedOnboard struct {
|
||||
OnboardAddress string `json:"onboard_address"`
|
||||
}
|
||||
|
||||
func runOceanCommand(arg ...string) (string, error) {
|
||||
args := append([]string{"exec", "oceand", "ocean"}, arg...)
|
||||
return runCommand("docker", args...)
|
||||
|
||||
Reference in New Issue
Block a user