Skip to content

Commit 34f61f6

Browse files
committed
no message
1 parent d8ef4d1 commit 34f61f6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tool3/MainFrm.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
// MainFrm.cpp : implementation of the CMainFrame class
33
//
4-
const int fzc=5;
5-
const uint64_t COIN = 100000000;
64
#include "stdafx.h"
75
#include "tool3.h"
86
#include <Richedit.h>

tool3/MainFrm.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
// MainFrm.h : interface of the CMainFrame class
99
//
1010

11-
const int fzc=5;
12-
const uint64_t COIN = 100000000;
1311
#pragma once
12+
const uint64_t COIN = 100000000;
1413
const uint64_t CENT = 1000000;
1514

1615
const uint32_t OP_CHECKSIG = 172; // This is expressed as 0xAC

0 commit comments

Comments
 (0)