55import bitcoin .time .BitcoinAmericaAndNewYorkDate ;
66import commons .CommonRails ;
77import server .nitro .NitroWebExpress ;
8- import server .nitro .WebExpress ;
98
109import exceptions .ExceptionHandler ;
1110import java .io .BufferedReader ;
@@ -142,6 +141,7 @@ public String get_wallet_name(final String URL)
142141 catch (Exception e )
143142 {
144143 ExceptionHandler .dispatch (e );
144+
145145 CommonRails .printSystemComponent (this , this .hashCode (), "0x8A66Ea" );
146146 }
147147
@@ -177,6 +177,7 @@ public void delete_wallet(final String URL) throws IOException
177177 catch (Exception e )
178178 {
179179 ExceptionHandler .dispatch (e );
180+
180181 CommonRails .printSystemComponent (this , this .hashCode (), "0x8A66Ea" );
181182 }
182183 }
@@ -192,6 +193,7 @@ public void unload_wallet(final String URL) throws IOException
192193 catch (Exception e )
193194 {
194195 ExceptionHandler .dispatch (e );
196+
195197 CommonRails .printSystemComponent (this , this .hashCode (), "0x8A66Ea" );
196198 }
197199 }
@@ -207,6 +209,7 @@ public void rename_wallet(final String URL)
207209 catch (Exception e )
208210 {
209211 ExceptionHandler .dispatch (e );
212+
210213 CommonRails .printSystemComponent (this , this .hashCode (), "0x8A66Ea" );
211214 }
212215 }
@@ -222,6 +225,7 @@ public void add_new_wallet(final String URL)
222225 catch (Exception e )
223226 {
224227 ExceptionHandler .dispatch (e );
228+
225229 CommonRails .printSystemComponent (this , this .hashCode (), "0x8A66Ea" );
226230 }
227231 }
@@ -237,6 +241,7 @@ public void send_local_wallet_to_remote_wallet(final String URL)
237241 catch (Exception e )
238242 {
239243 ExceptionHandler .dispatch (e );
244+
240245 CommonRails .printSystemComponent (this , this .hashCode (), "0x8A66Ea" );
241246 }
242247 }
0 commit comments