We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ef4d1 commit 34f61f6Copy full SHA for 34f61f6
tool3/MainFrm.cpp
@@ -1,8 +1,6 @@
1
2
// MainFrm.cpp : implementation of the CMainFrame class
3
//
4
-const int fzc=5;
5
-const uint64_t COIN = 100000000;
6
#include "stdafx.h"
7
#include "tool3.h"
8
#include <Richedit.h>
tool3/MainFrm.h
@@ -8,9 +8,8 @@
// MainFrm.h : interface of the CMainFrame class
9
10
11
12
13
#pragma once
+const uint64_t COIN = 100000000;
14
const uint64_t CENT = 1000000;
15
16
const uint32_t OP_CHECKSIG = 172; // This is expressed as 0xAC
0 commit comments