Skip to content

Commit f15400f

Browse files
authored
Update README.md
1 parent adc2f8d commit f15400f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
```cpp
2020
Wallet wallet;
2121
if (minterApi.getAddress("Mx1234....4242", 0, wallet) == MINTERAPI_OK){
22-
Serial << prefix << "Wallet: " << wallet.address << ", count_txs: " << wallet.count_txs << ", length: " << wallet.balance.length() << endl;
22+
Serial << "Wallet: " << wallet.address << ", count_txs: " << wallet.count_txs << ", length: " << wallet.balance.length() << endl;
2323
for (uint16_t i = 0; i < balance.length(); i++)
2424
{
2525
Serial << "coin: " << balance.at(i).coin << ", amount: " << balance.at(i).amount << ", amountStr: " << balance.at(i).amountStr << endl;

0 commit comments

Comments
 (0)