[qt] navigate to transaction history page after send

The transaction will be selected. When sending to multiple
destinations, all will be selected (thanks @promag).
This commit is contained in:
Sjors Provoost
2018-03-01 10:40:36 +01:00
parent c997f88082
commit e7d9fc5c53
6 changed files with 42 additions and 3 deletions

View File

@@ -29,6 +29,7 @@
#include <init.h>
#include <rpc/server.h>
#include <ui_interface.h>
#include <uint256.h>
#include <util.h>
#include <warnings.h>
@@ -80,6 +81,7 @@ Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin);
// Declare meta types used for QMetaObject::invokeMethod
Q_DECLARE_METATYPE(bool*)
Q_DECLARE_METATYPE(CAmount)
Q_DECLARE_METATYPE(uint256)
static void InitMessage(const std::string &message)
{