make address settable from outside

This commit is contained in:
Wladimir J. van der Laan
2011-05-13 08:30:20 +02:00
parent 1a6d504a38
commit 871f9979c6
3 changed files with 7 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ int main(int argc, char *argv[])
window.setNumConnections(4);
window.setNumTransactions(4);
window.setNumBlocks(33);
window.setAddress("123456789");
window.show();