Skip to content

Commit c007531

Browse files
authored
Update README.md
1 parent 75cd128 commit c007531

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ int main()
5454
5555
/* Example method - getbalance */
5656
std::cout << "Wallet balance: " << btc.getbalance() << std::endl;
57-
}catch(BitcoinException e)
57+
}
58+
catch(BitcoinException e)
5859
{
5960
std::cerr << e.getMessage() << std::endl;
6061
}

0 commit comments

Comments
 (0)