template.md in flow_client-0.2.1 vs template.md in flow_client-0.2.2

- old
+ new

@@ -667,10 +667,10 @@ ```ruby tx_res = client.send_transaction(@transaction) client.wait_for_transaction(tx_res.id) do |response| - expect(response.status_code).to eq(0) + # use response here end ``` ### Create Accounts \ No newline at end of file