summarylogtreecommitdiffstats
path: root/xbt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'xbt.patch')
-rw-r--r--xbt.patch31
1 files changed, 22 insertions, 9 deletions
diff --git a/xbt.patch b/xbt.patch
index 757c8007b3bc..1940071f7a53 100644
--- a/xbt.patch
+++ b/xbt.patch
@@ -26,13 +26,26 @@
gnc_commodity *c = gnc_commodity_new(book,
CUR_I18N(fullname),
---- src/engine/iso-4217-currencies.scm.orig 2015-01-02 18:34:12.448355147 +0100
-+++ src/engine/iso-4217-currencies.scm 2015-01-02 18:36:30.718765059 +0100
-@@ -245,6 +245,7 @@
- ( "CFP Franc" "franc" "centime" "ISO4217" "XPF" "953" 1 100 "" ) ;; Communauté Financière du Pacifique
- ( "Code for testing purposes" "TEST" "test" "ISO4217" "XTS" "963" 1 1000000 "" ) ;; Code reserved for testing purposes
- ( "No currency" "" "" "ISO4217" "XXX" "999" 1 1000000 "" )
-+( "Bitcoin" "bitcoin" "microbitcoin" "ISO4217" "XBT" "nil" 1000000 1000000 "XBT" )
+--- src/engine/iso-4217-currencies.xml.orig 2015-04-04 08:48:15.854870167 +0200
++++ src/engine/iso-4217-currencies.xml 2015-04-04 08:48:32.791594789 +0200
+@@ -2953,6 +2953,20 @@
+ smallest-fraction="1000000"
+ local-symbol=""
+ />
++<!-- "XBT" - "Bitcoin"
++-->
++<currency
++ isocode="XBT"
++ fullname="Bitcoin"
++ unitname="bitcoin"
++ partname="microbitcoin"
++ namespace="ISO4217"
++ exchange-code="nil"
++ parts-per-unit="1000000"
++ smallest-fraction="1000000"
++ local-symbol="XBT"
++/>
++
- ;; precious metals
- ( "Silver" "ounce" "ounce" "ISO4217" "XAG" "961" 1 1000000 "" )
+ <!-- precious metals -->
+ <!-- "XAG" - "Silver"