Skip to content

Commit 1188d36

Browse files
committed
Add suspended to the configure baking example
1 parent 946eda8 commit 1188d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

concordium-sdk-examples/src/main/java/com/concordium/sdk/examples/ConfigureBaking.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public Integer call() throws MalformedURLException, ClientInitializationExceptio
7272
.keysWithProofs(
7373
ConfigureBakerKeysPayload
7474
.getNewConfigureBakerKeysPayload(sender, bakerkeys))
75+
.suspended(false)
7576
.build())
7677
.build();
7778
Hash hash = client.sendTransaction(tx);

0 commit comments

Comments
 (0)