merged conflicts manually
This commit is contained in:
@@ -56,7 +56,6 @@ void LiteInterface::fetchPrivKey(QString addr, const std::function<void(json)>&
|
||||
conn->doRPCWithDefaultErrorHandling("export", addr, cb);
|
||||
}
|
||||
|
||||
|
||||
void LiteInterface::fetchBalance(const std::function<void(json)>& cb) {
|
||||
if (conn == nullptr)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user