We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e0ab5 commit 3aa60a4Copy full SHA for 3aa60a4
bitgo-java-api/src/test/java/com/bitso/bitgo/util/TestClientV2.java
@@ -60,7 +60,7 @@ public void testSendMany() throws IOException {
60
parameters.put("message", "test");
61
parameters.put("minConfirms", 1);
62
parameters.put("enforceMinConfirmsForChange", true);
63
- parameters.put("sequenceId", "btc33");
+ parameters.put("sequenceId", ""); //Set it up for transaction to work
64
Optional<SendCoinsResponse> resp = client.sendMany(parameters);
65
Assert.assertTrue(resp.isPresent());
66
Assert.assertNotNull(resp.get().getTx());
0 commit comments